summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@gnome.org>2003-06-27 04:48:56 +0000
committerJames Willcox <jwillcox@src.gnome.org>2003-06-27 04:48:56 +0000
commitc2083b09fd202ea913ad3cd4a3ee299713767cf2 (patch)
tree28d1519da77c6b090f5ae6b1192b2473cfac3a3d
parent53cf5bee75bdceff1ee3dfedea7ccc1f0693fd8d (diff)
downloadnautilus-c2083b09fd202ea913ad3cd4a3ee299713767cf2.tar.gz
Correct "~/.gnome-desktop" to "~/Desktop" in the docs for the
2003-06-26 James Willcox <jwillcox@gnome.org> * src/nautilus-property-browser.c: (emblem_dialog_clicked): Correct "~/.gnome-desktop" to "~/Desktop" in the docs for the /apps/nautilus/preferences/show_desktop key. Fixes #114624. * libnautilus-private/apps_nautilus_preferences.schemas.in: Refresh the emblem list after adding the new custom emblem. Fixes #104238.
-rw-r--r--ChangeLog12
-rw-r--r--libnautilus-private/apps_nautilus_preferences.schemas.in2
-rw-r--r--src/nautilus-property-browser.c2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d11e4e647..71e7cace9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-06-26 James Willcox <jwillcox@gnome.org>
+
+ * src/nautilus-property-browser.c: (emblem_dialog_clicked):
+
+ Correct "~/.gnome-desktop" to "~/Desktop" in the docs for the
+ /apps/nautilus/preferences/show_desktop key. Fixes #114624.
+
+ * libnautilus-private/apps_nautilus_preferences.schemas.in:
+
+ Refresh the emblem list after adding the new custom emblem.
+ Fixes #104238.
+
2003-06-26 Mohammad DAMT <mdamt@bisnisweb.com>
* po/id.po: Added Indonesian translation by Yohanes Nugroho <yohanes@opensource.or.id>
diff --git a/libnautilus-private/apps_nautilus_preferences.schemas.in b/libnautilus-private/apps_nautilus_preferences.schemas.in
index 84da58be7..5a5e54bc5 100644
--- a/libnautilus-private/apps_nautilus_preferences.schemas.in
+++ b/libnautilus-private/apps_nautilus_preferences.schemas.in
@@ -297,7 +297,7 @@
<long>
If set to true, then nautilus will use the user's home
directory as the desktop. If it is false, then it will use
- ~/.gnome-desktop as the desktop.
+ ~/Desktop as the desktop.
</long>
</locale>
</schema>
diff --git a/src/nautilus-property-browser.c b/src/nautilus-property-browser.c
index 1fc9321ee..0eda0b688 100644
--- a/src/nautilus-property-browser.c
+++ b/src/nautilus-property-browser.c
@@ -1347,6 +1347,8 @@ emblem_dialog_clicked (GtkWidget *dialog, int which_button, NautilusPropertyBrow
stripped_keyword,
stripped_keyword,
GTK_WINDOW (property_browser));
+
+ nautilus_emblem_refresh_list ();
emit_emblems_changed_signal ();
nautilus_property_browser_update_contents (property_browser);