small bug fix



Hi,

Here's a little patch which fixes #104238.

http://bugzilla.gnome.org/show_bug.cgi?id=104238

Thanks,
James
? nautilus-snap-2.patch
? nautilus_jwillcox_emblem_refresh_v1.diff
? libnautilus-private/apps_nautilus_preferences.schemas
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5850
diff -u -r1.5850 ChangeLog
--- ChangeLog	12 Jun 2003 16:56:16 -0000	1.5850
+++ ChangeLog	14 Jun 2003 20:32:14 -0000
@@ -1,3 +1,10 @@
+2003-06-14  James Willcox  <jwillcox gnome org>
+
+	* src/nautilus-property-browser.c: (emblem_dialog_clicked):
+
+	Refresh the emblem list after adding the new custom emblem.
+	Fixes #104238.
+
 2003-06-12  Anders Carlsson  <andersca codefactory se>
 
 	* configure.in: Remove nonexistant throbber directories.
Index: src/nautilus-property-browser.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-property-browser.c,v
retrieving revision 1.199
diff -u -r1.199 nautilus-property-browser.c
--- src/nautilus-property-browser.c	8 Jun 2003 05:09:37 -0000	1.199
+++ src/nautilus-property-browser.c	14 Jun 2003 20:32:25 -0000
@@ -1347,6 +1347,8 @@
 						       stripped_keyword,
 						       stripped_keyword,
 						       GTK_WINDOW (property_browser));
+
+		nautilus_emblem_refresh_list ();
 		
 		emit_emblems_changed_signal ();	
 		nautilus_property_browser_update_contents (property_browser);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]