summaryrefslogtreecommitdiff
path: root/src/nautilus-bookmarks-window.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-01-25 00:53:00 +0000
committerDarin Adler <darin@src.gnome.org>2002-01-25 00:53:00 +0000
commitcae57667952819daaf1e6b5ad67b83f255a0b84b (patch)
tree98dbd7b513fffc5f8b8e6abf5ac62bd697a45643 /src/nautilus-bookmarks-window.c
parent5db444dcb41a76284531525d6d414955c2a0232d (diff)
downloadnautilus-cae57667952819daaf1e6b5ad67b83f255a0b84b.tar.gz
GNOME2_CONVERSION_COMPLETE eradication campaign
* libnautilus-private/nautilus-icon-factory.c: (cache_icon_new): No last_unref_handler any more. (cache_icon_unref): Just keep one ref for the factory, just like in the old days, since we don't have a "last_unref_handler" any more. (nautilus_icon_factory_possibly_free_cached_icon): Look at ref_count rather than looking at "outstanding" flag. (nautilus_icon_factory_get_pixbuf_for_icon): Just ref, no fancy "oustanding" logic. (embed_text): Rewrite to use Pango. * src/file-manager/fm-list-model.h: Tweak formatting and order. * src/file-manager/fm-list-model.c: Tweak formatting and order. * src/file-manager/fm-list-view.h: Tweak formatting and order. * src/file-manager/fm-list-view.c: Tweak formatting and order. * src/file-manager/fm-properties-window.c: (select_image_button_callback): Turn this code back on. * src/nautilus-bookmarks-window.c: (on_row_move): Remove puts. * src/nautilus-complex-search-bar.c: (nautilus_complex_search_bar_queue_resize): GnomeDock -> BonoboDock. * src/nautilus-property-browser.c: (nautilus_emblem_dialog_new): Finish porting to GtkDialog. (nautilus_color_selection_dialog_new): Finish porting to GtkDialog. (add_new_pattern): Re-enable some code. (labeled_image_configure): Re-enable some code, take out other stuff. (labeled_image_new): Take out some dead code. (property_browser_category_button_new): Take out some dead code. * src/nautilus-sidebar-tabs.c: (tab_item_destroy), (tab_indicator_changed_callback), (nautilus_sidebar_tabs_connect_view): Use a listener object now, not a listener ID. * src/nautilus-simple-search-bar.c: (nautilus_simple_search_bar_class_init): Remove some undo code. * src/nautilus-switchable-navigation-bar.c: (nautilus_switchable_navigation_bar_set_mode): GnomeDock -> BonoboDock. * src/nautilus-switchable-search-bar.c: (nautilus_switchable_search_bar_set_mode): GnomeDock -> BonoboDock. * src/nautilus-view-frame.c: (destroy_view): Make deregister code use the BonoboUIEngine instead of the BonoboWindow.
Diffstat (limited to 'src/nautilus-bookmarks-window.c')
-rw-r--r--src/nautilus-bookmarks-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-bookmarks-window.c b/src/nautilus-bookmarks-window.c
index 86235836f..4697d7706 100644
--- a/src/nautilus-bookmarks-window.c
+++ b/src/nautilus-bookmarks-window.c
@@ -480,7 +480,6 @@ on_row_move (GtkCList *clist,
{
NautilusBookmark *bookmark;
- puts (__FUNCTION__);
bookmark = nautilus_bookmark_copy(
nautilus_bookmark_list_item_at(bookmarks, old_row));