summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2002-04-18 14:41:21 +0000
committerJody Goldberg <jody@src.gnome.org>2002-04-18 14:41:21 +0000
commitd9f1844c305fae7430769af8ced2ffc4373a1216 (patch)
tree03e8d1b1c748cf66b2726181cd6a1f93caa28e4b
parent7da9bb59ca56132aca245b601753d81e868cb389 (diff)
downloadgnome-control-center-d9f1844c305fae7430769af8ced2ffc4373a1216.tar.gz
message dialogs must have separators.
2002-04-18 Jody Goldberg <jody@gnome.org> * activate-settings-daemon.c (static) : message dialogs must have separators.
-rw-r--r--capplets/common/ChangeLog5
-rw-r--r--capplets/common/activate-settings-daemon.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/capplets/common/ChangeLog b/capplets/common/ChangeLog
index e88f50c5c..6248a0812 100644
--- a/capplets/common/ChangeLog
+++ b/capplets/common/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-18 Jody Goldberg <jody@gnome.org>
+
+ * activate-settings-daemon.c (static) : message dialogs must have
+ separators.
+
2002-04-10 Rachel Hestilow <hestilow@ximian.com>
* gconf-proprerty-editor.h: Add FontType enum, and a font_type
diff --git a/capplets/common/activate-settings-daemon.c b/capplets/common/activate-settings-daemon.c
index bdcfef345..d60f3330d 100644
--- a/capplets/common/activate-settings-daemon.c
+++ b/capplets/common/activate-settings-daemon.c
@@ -14,8 +14,8 @@ static void popup_error_message ()
{
GtkWidget *dialog;
- dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_WARNING,
- GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome2-settings-daemon'.\n"
+ dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING,
+ GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome-settings-daemon'.\n"
"Without the GNOME settings manager running, some preferences may not take effect. This could "
"indicate a problem with Bonobo, or a non-GNOME (e.g. KDE) settings manager may already "
"be active and conflicting with the GNOME settings manager."));