2009-02-15 Jeffrey Stedfast * configure.in: Bumped version to 2.24.1 * src/manager.c: Changed all "import photos?" prompts to use the same gconf "don't ask again" key. (prompt_response_cb): Allow saving the result even if the response is GTK_RESPONSE_CANCEL. Fixes bug #557364. (gvm_prompt): Set a window icon. Fixes bug #515762. * gnome-volume-manager.schemas.in: Applied patch by Jerry Tan to default autophoto_command to `gthumb --import-photos`. Fixes bug #560735. * src/manager.c (gvm_console_kit_sesion_get_uid): ConsoleKit 0.3 changed the return value from Int32 to UInt32 so check for either type. Based on a patch by Donnie Berkholz. Fixes bug #571872. 2008-09-23 Jeffrey Stedfast Based on the patch by Herbert Pƶtzl * src/manager.c (unmount_all): Don't unmount any volumes that have become marked with volume.ignore. (gvm_device_mounted): If a volume marked for ignore gets mounted, don't prompt the user for anything.