summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Collapse)AuthorAgeFilesLines
* Better finding of case insensitive files. (#511450)Alexander Larsson2008-01-283-6/+136
| | | | | | | | | | | | | | | 2008-01-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-autorun.c: Better finding of case insensitive files. (#511450) * libnautilus-private/nautilus-file-utilities.[ch]: Add nautilus_find_file_insensitive Based on patch from John Millikin svn path=/trunk/; revision=13660
* Don't reference thumb_mtime_str if its not set, fixing a crash on zoom in.Alexander Larsson2008-01-281-3/+5
| | | | | | | | | | | | | 2008-01-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: (thumbnail_done): Don't reference thumb_mtime_str if its not set, fixing a crash on zoom in. (#511406) Patch from John Millikin svn path=/trunk/; revision=13658
* Use ngettext for number of files strings. (#512203) Patch from VasiliyAlexander Larsson2008-01-281-4/+12
| | | | | | | | | | | | 2008-01-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: (report_count_progress): Use ngettext for number of files strings. (#512203) Patch from Vasiliy Faronov svn path=/trunk/; revision=13657
* Escape slashes in the same way as old versions, fixing loss of metadataAlexander Larsson2008-01-281-1/+1
| | | | | | | | | | | | | 2008-01-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-metafile.c: (escape_slashes): Escape slashes in the same way as old versions, fixing loss of metadata customization. Patch from Rached Ben Mustapha (#511592) svn path=/trunk/; revision=13656
* Remove call of noop eel_background_set_is_constant()Soren Sandmann2008-01-251-1/+0
| | | | | | | | | | | 2008-01-25 Soren Sandmann <sandmann@redhat.com> * libnautilus-private/nautilus-directory-background.c (nautilus_connect_desktop_background_to_file_metadata): Remove call of noop eel_background_set_is_constant() svn path=/trunk/; revision=13649
* Return FALSE from GIOSchedulerJobFuncsMatthias Clasen2008-01-251-10/+24
| | | | svn path=/trunk/; revision=13647
* reviewed by: Alexander LarssonLuca Ferretti2008-01-245-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-24 Luca Ferretti <elle.uca@libero.it> reviewed by: Alexander Larsson * libnautilus-private/Makefile.am: * libnautilus-private/nautilus-icon-names.h Add a new file to define icon names, like #define NAUTILUS_ICON_HOME "user-home" using named icons from fd.o icon naming spec. * libnautilus-private/nautilus-desktop-link.c: (nautilus_desktop_link_new): * libnautilus-private/nautilus-link.c: (nautilus_link_get_link_icon_from_desktop): * libnautilus-private/nautilus-trash-monitor.c: (update_info_cb), (nautilus_trash_monitor_init): * src/file-manager/fm-directory-view.c: * src/file-manager/fm-tree-view.c: (create_popup_menu), (create_tree): * src/nautilus-bookmark-list.c: (new_bookmark_from_uri): * src/nautilus-connect-server-dialog-main.c: (main): * src/nautilus-desktop-window.c: (real_get_icon): * src/nautilus-main.c: (main): * src/nautilus-pathbar.c: (get_icon_for_file_path), (get_button_image), (is_file_path_mounted_mount), (make_directory_button): * src/nautilus-places-sidebar.c: (update_places), (bookmarks_drop_uris): * src/nautilus-window-menus.c: Include nautilus-icon-name.h and use its icons defines. This means that now Nautilus is using "user-home", "user-desktop", "folder", "user-trash*", "computer", "drive-harddisk", "folder-remote", "network-workgroup", and "text-x-generic-template". * src/network-scheme.desktop.in: * nautilus-computer.desktop.in.in: * nautilus-file-management-properties.desktop.in.in: * nautilus-folder-handler.desktop.in.in: * nautilus-home.desktop.in.in: * nautilus.desktop.in.in: Use icons from fd.o spec here too. In details, we have Launcher | New Icon ----------------+---------------------- Computer | computer File Browser | system-file-manager Open Folder | folder-open Home Folder | user-home File Management | system-file-manager Network | network-workgroup For other details see bug #407130. svn path=/trunk/; revision=13646
* Don't leak enumeratorsAlexander Larsson2008-01-232-0/+8
| | | | | | | | | | | | | | | 2008-01-23 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Don't leak enumerators * libnautilus-private/nautilus-trash-monitor.c: Don't leak file info Fixes from Matthias Clasen svn path=/trunk/; revision=13643
* Add attribute_q property that is the Quark of the attribute property.Alexander Larsson2008-01-221-4/+0
| | | | | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-extension/nautilus-column.c: Add attribute_q property that is the Quark of the attribute property. * src/file-manager/fm-icon-container.c: * src/file-manager/fm-list-model.[ch]: * src/file-manager/fm-list-view.c: Use the quark versions of the string attribute calls for better performance. svn path=/trunk/; revision=13642
* Add quark-bases string-attribute accessors. Store extension infos asAlexander Larsson2008-01-222-51/+144
| | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: Add quark-bases string-attribute accessors. Store extension infos as quarks svn path=/trunk/; revision=13641
* Lazily allocate the extension info hashtable. Internalize the extensionAlexander Larsson2008-01-221-8/+15
| | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c: (nautilus_file_invalidate_extension_info_internal): (nautilus_file_add_string_attribute): Lazily allocate the extension info hashtable. Internalize the extension info attribute names. svn path=/trunk/; revision=13640
* Don't leak NautilusIconInfoAlexander Larsson2008-01-221-0/+1
| | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c: (nautilus_file_get_emblem_pixbufs): Don't leak NautilusIconInfo svn path=/trunk/; revision=13639
* Don't leak iconAlexander Larsson2008-01-223-9/+13
| | | | | | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-bookmark.c: (nautilus_bookmark_get_pixbuf): Don't leak icon * libnautilus-private/nautilus-cell-renderer-pixbuf-emblem.c: Indentation fixups * libnautilus-private/nautilus-icon-info.c: (nautilus_icon_info_get_pixbuf_nodefault): Only set toggle ref first time we get a pixbuf request. svn path=/trunk/; revision=13638
* Fix leak of descriptionAlexander Larsson2008-01-222-31/+15
| | | | | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c: (get_description): (update_description_for_link): Fix leak of description * libnautilus-private/nautilus-metafile.c: (set_metafile_contents): fix leak of xmlName. svn path=/trunk/; revision=13636
* Clean up strings for l10n. (#510327)Alexander Larsson2008-01-222-3/+3
| | | | | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-file-operations.c: * src/Nautilus_shell.server.in: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: * src/nautilus-connect-server-dialog-main.c: * src/nautilus-file-management-properties.glade: * src/nautilus-navigation-window-menus.c: Clean up strings for l10n. (#510327) svn path=/trunk/; revision=13635
* Use thousands separators (#41455)Alexander Larsson2008-01-223-53/+53
| | | | | | | | | | | | | | 2008-01-22 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-progress-info.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: Use thousands separators (#41455) svn path=/trunk/; revision=13634
* Fix up indentationAlexander Larsson2008-01-212-24/+39
| | | | | | | | | | | | | | | 2008-01-21 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-desktop-icon-file.c: Fix up indentation * libnautilus-private/nautilus-file.c: Allow umount and eject for NautilusFiles that have a GMount. (e.g. unix mountpoints) svn path=/trunk/; revision=13626
* Fix coding styleAlexander Larsson2008-01-181-1/+2
| | | | | | | | | | | 2008-01-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-autorun.c: * src/nautilus-autorun-software.c: Fix coding style svn path=/trunk/; revision=13621
* Just use get_activation_location instead of all the unnecessary specialAlexander Larsson2008-01-183-105/+28
| | | | | | | | | | | | | | | | | | 2008-01-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-program-choosing.c: Just use get_activation_location instead of all the unnecessary special casing. * libnautilus-private/nautilus-autorun.[ch]: * src/file-manager/fm-directory-view.c: * src/nautilus-window-manage-views.c: Use nautilus_file_get_mount() to do the x-content type detection. svn path=/trunk/; revision=13620
* Add nautilus_file_get_activation_location.Alexander Larsson2008-01-183-29/+128
| | | | | | | | | | | | | | 2008-01-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: Add nautilus_file_get_activation_location. * libnautilus-private/nautilus-directory-async.c: Get mounts from mountable files too. svn path=/trunk/; revision=13619
* Implement reading the mount attribute (not used or tested yet)Alexander Larsson2008-01-174-2/+215
| | | | | | | | | | | | | | 2008-01-17 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-desktop-icon-file.c: * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-directory-private.h: * libnautilus-private/nautilus-file.c: Implement reading the mount attribute (not used or tested yet) svn path=/trunk/; revision=13617
* Add GMount attribute to NautilusFile. (not implemented yet)Alexander Larsson2008-01-1710-123/+628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-17 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: * libnautilus-private/nautilus-file-attributes.h: * libnautilus-private/nautilus-file-private.h: Add GMount attribute to NautilusFile. (not implemented yet) * Makefile.am: * configure.in: * data/nautilus.xml.in: * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-autorun.[ch]: * libnautilus-private/nautilus-global-preferences.c: * libnautilus-private/nautilus-global-preferences.h: * libnautilus-private/nautilus-program-choosing.c: * src/Makefile.am: * src/file-manager/fm-directory-view.c: * src/nautilus-application.c: * src/nautilus-autorun-software.c: Added. * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.glade: * src/nautilus-window-manage-views.c: * src/nautilus-x-content-bar.[ch]: Added. More work on autorun and x-content types from David Zeuthen svn path=/trunk/; revision=13616
* Add nautilus_drag_uris_localAlexander Larsson2008-01-153-12/+34
| | | | | | | | | | | | | | | 2008-01-15 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-dnd.[ch]: Add nautilus_drag_uris_local * libnautilus-private/nautilus-tree-view-drag-dest.c: Don't copy/move files if you dnd within the same location (#508216) svn path=/trunk/; revision=13610
* Disconnect mime changed handlerAlexander Larsson2008-01-151-2/+9
| | | | | | | | | | | 2008-01-15 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-mime-application-chooser.c: (nautilus_mime_application_chooser_finalize): Disconnect mime changed handler svn path=/trunk/; revision=13608
* Honor mtime specified in thumbnail (#504833)Alexander Larsson2008-01-153-1/+22
| | | | | | | | | | | | | 2008-01-15 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.c: Honor mtime specified in thumbnail (#504833) svn path=/trunk/; revision=13606
* Require glib 2.15.2Alexander Larsson2008-01-143-4/+4
| | | | | | | | | | | | | | | | 2008-01-14 Alexander Larsson <alexl@redhat.com> * configure.in: Require glib 2.15.2 * libnautilus-private/nautilus-file-utilities.c: * libnautilus-private/nautilus-monitor.c: * libnautilus-private/nautilus-trash-monitor.c: * src/nautilus-bookmark-list.c: Update to new gio API. svn path=/trunk/; revision=13597
* Update toolbar item sensitivity if menu item changes.Alexander Larsson2008-01-141-0/+19
| | | | | | | | | | | | | 2008-01-14 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-ui-utilities.c: (extension_action_sensitive_callback): (nautilus_toolbar_action_from_menu_item): Update toolbar item sensitivity if menu item changes. svn path=/trunk/; revision=13595
* Add check_trash arg to nautilus_file_operations_unmount_mount. AddAlexander Larsson2008-01-149-8/+1101
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-14 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.[ch]: Add check_trash arg to nautilus_file_operations_unmount_mount. Add nautilus_file_operations_mount_volume(). * libnautilus-private/nautilus-desktop-icon-file.c: * src/nautilus-places-sidebar.c: * src/file-manager/fm-tree-view.c: Update to API change. * data/nautilus.xml.in: * libnautilus-private/Makefile.am: * libnautilus-private/apps_nautilus_preferences.schemas.in: * libnautilus-private/nautilus-autorun.[ch]: Added. * libnautilus-private/nautilus-global-preferences.[ch]: * src/nautilus-application.c: * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.glade: Add new autorun setup (by David Zeuthen) svn path=/trunk/; revision=13594
* Add nautilus_file_has_activation_uri. Don't show can't write emblems ifAlexander Larsson2008-01-113-1/+27
| | | | | | | | | | | | | | | | 2008-01-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.[ch]: Add nautilus_file_has_activation_uri. Don't show can't write emblems if you can't write in the parent either. * libnautilus-private/nautilus-mime-actions.c: Don't launch mountables that have no activation uri. svn path=/trunk/; revision=13591
* Fix assertion crash on cancel.Alexander Larsson2008-01-101-0/+1
| | | | | | | | | | | 2008-01-10 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-mime-actions.c: (cancel_activate_callback): Fix assertion crash on cancel. svn path=/trunk/; revision=13582
* Non-strdup()'d string potentially free()'d.A. Walton2008-01-091-1/+1
| | | | | | | | | | 2008-01-09 A. Walton <awalton@svn.gnome.org> * libnautilus-private/nautilus-file-operations.c: (verify_destination): Non-strdup()'d string potentially free()'d. svn path=/trunk/; revision=13580
* Remove bad g_error_free()'s causing crashes while merging files.A. Walton2008-01-091-4/+0
| | | | | | | | | | | | 2008-01-09 A. Walton <awalton@svn.gnome.org> * libnautilus-private/nautilus-file-operations.c: (move_file_prepare): Remove bad g_error_free()'s causing crashes while merging files. svn path=/trunk/; revision=13578
* Remove unused callbacks in nautilus_file_unmount/eject. Patch from TomasAlexander Larsson2008-01-084-56/+16
| | | | | | | | | | | | | | 2008-01-08 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-desktop-icon-file.c: * libnautilus-private/nautilus-file.[ch]: * libnautilus-private/nautilus-vfs-file.c: * src/file-manager/fm-directory-view.c: Remove unused callbacks in nautilus_file_unmount/eject. Patch from Tomas Bzatek <tbzatek@redhat.com> svn path=/trunk/; revision=13572
* Implement some missing mount/unmount functionallity. Patch from TomasAlexander Larsson2008-01-083-17/+143
| | | | | | | | | | | | | 2008-01-08 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-desktop-icon-file.c: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-vfs-file.c: Implement some missing mount/unmount functionallity. Patch from Tomas Bzatek <tbzatek@redhat.com> svn path=/trunk/; revision=13571
* Fix memleak.Alexander Larsson2008-01-081-0/+1
| | | | | | | | | | 2008-01-08 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-thumbnails.c (get_file_mtime): Fix memleak. svn path=/trunk/; revision=13568
* Update to new gio APIAlexander Larsson2008-01-072-6/+6
| | | | | | | | | | | 2008-01-07 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-monitor.c: * libnautilus-private/nautilus-trash-monitor.c: Update to new gio API svn path=/trunk/; revision=13567
* Pull in gio, not gnome-vfs.Alexander Larsson2008-01-042-1/+4
| | | | | | | | | | | | | | | | | | | 2008-01-04 Alexander Larsson <alexl@redhat.com> * libnautilus-extension/libnautilus-extension.pc.in: Pull in gio, not gnome-vfs. * libnautilus-extension/nautilus-file-info.[ch]: * libnautilus-private/nautilus-file.c: Export some gio specific things like file type and location/parent location. * libnautilus-private/nautilus-desktop-icon-file.c: These are G_FILE_TYPE_SHORTCUT files, not REGULAR files. svn path=/trunk/; revision=13560
* Set desktop env for GAppInfoAlexander Larsson2008-01-041-0/+4
| | | | | | | | | | | | | | | 2008-01-04 Alexander Larsson <alexl@redhat.com> * configure.in: * src/nautilus-main.c: Set desktop env for GAppInfo * libnautilus-private/nautilus-open-with-dialog.c: Filter out apps that don't take file args from open with list. svn path=/trunk/; revision=13558
* Remove unnecessary delete_if_all_already_in_trash boolean.Alexander Larsson2008-01-041-2/+0
| | | | | | | | | | | 2008-01-04 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: (delete_job): Remove unnecessary delete_if_all_already_in_trash boolean. svn path=/trunk/; revision=13557
* Fix a typo in libnautilus-private/apps_nautilus_preferences.schemas.in.Cosimo Cecchi2008-01-031-1/+1
| | | | | | Bug #506702, patch by Christian Kirbach. svn path=/trunk/; revision=13555
* Default dnd of desktop icons to move. (#504824) Based on patch by CosimoAlexander Larsson2007-12-271-5/+15
| | | | | | | | | | | | 2007-12-27 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-dnd.c: (nautilus_drag_default_drop_action_for_icons): Default dnd of desktop icons to move. (#504824) Based on patch by Cosimo Cecchi svn path=/trunk/; revision=13551
* Fix old testAlexander Larsson2007-12-201-4/+0
| | | | | | | | | | | | | | | | | 2007-12-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c (nautilus_self_check_file): Fix old test * NEWS: Update for release * configure.in: Remove gnome-vfs requirement Bump glib and eel requirements svn path=/trunk/; revision=13541
* Correct check for require_uri. Small performance fixAlexander Larsson2007-12-201-8/+13
| | | | | | | | | | | | 2007-12-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-mime-actions.c: Correct check for require_uri. Small performance fix svn path=/trunk/; revision=13540
* Missed one "std" in the conversionAlexander Larsson2007-12-201-1/+1
| | | | | | | | | | 2007-12-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-private.h: Missed one "std" in the conversion svn path=/trunk/; revision=13539
* Update to new gio file attribute namesAlexander Larsson2007-12-2010-60/+66
| | | | | | | | | | | | | | | | | | | | | | | 2007-12-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-customization-data.c: * libnautilus-private/nautilus-directory-async.c: * libnautilus-private/nautilus-dnd.c: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file-utilities.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-icon-dnd.c: * libnautilus-private/nautilus-link.c: * libnautilus-private/nautilus-search-engine-simple.c: * libnautilus-private/nautilus-trash-monitor.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: * src/nautilus-pathbar.c: * src/nautilus-property-browser.c: Update to new gio file attribute names svn path=/trunk/; revision=13538
* Update to new gio apiAlexander Larsson2007-12-201-3/+3
| | | | | | | | | | | 2007-12-20 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * src/nautilus-places-sidebar.c: Update to new gio api svn path=/trunk/; revision=13537
* Update for glib API change.Alexander Larsson2007-12-192-5/+5
| | | | | | | | | | | | | 2007-12-19 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-properties-window.c: Update for glib API change. svn path=/trunk/; revision=13536
* Don't put up error dialogs if the error code is G_IO_ERROR_FAILED_HANDLED.David Zeuthen2007-12-191-8/+10
| | | | | | | | | | | | | | | | 2007-12-19 David Zeuthen <davidz@redhat.com> Don't put up error dialogs if the error code is G_IO_ERROR_FAILED_HANDLED. * libnautilus-private/nautilus-file-operations.c: (unmount_mount_callback): * src/nautilus-places-sidebar.c: (volume_mount_cb), (drive_eject_cb), (volume_eject_cb), (mount_eject_cb), (drive_poll_for_media_cb): svn path=/trunk/; revision=13535
* Update for API changes in gio trunk.David Zeuthen2007-12-172-20/+2
| | | | | | | | | | | | | | | | | | | | | 2007-12-14 David Zeuthen <davidz@redhat.com> * libnautilus-private/nautilus-desktop-icon-file.c: (update_info_from_link): * libnautilus-private/nautilus-desktop-link-monitor.c: (volume_delete_dialog): * src/file-manager/fm-tree-view.c: (button_pressed_callback), (fm_tree_view_unmount_cb): * src/nautilus-pathbar.c: (nautilus_path_bar_class_init): * src/nautilus-places-sidebar.c: (check_visibility), (volume_mount_cb), (open_selected_bookmark), (mount_shortcut_cb), (drive_eject_cb), (volume_eject_cb), (mount_eject_cb), (eject_shortcut_cb): Update for API changes in gio trunk. svn path=/trunk/; revision=13532
* Update to new flags APIAlexander Larsson2007-12-143-5/+5
| | | | | | | | | | | | 2007-12-14 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-monitor.c: * libnautilus-private/nautilus-open-with-dialog.c: Update to new flags API svn path=/trunk/; revision=13530