summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-07-08 01:15:26 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-07-08 01:15:26 +0000
commit61802ec74b1362c7ab4b645174d1dca45e491e6c (patch)
treeed132523b2bfca3e83bb858b235980afc0162eae
parentdc4229cba2f9856207759c3ddd6991ecb657877f (diff)
downloadgdm-61802ec74b1362c7ab4b645174d1dca45e491e6c.tar.gz
Error dialogs are not warnings, and should have OK and not CLOSE. Not
Mon Jul 07 18:13:34 2003 George Lebl <jirka@5z.com> * gui/modules/dwellmouselistener.c, gui/modules/keymouselistener.c: Error dialogs are not warnings, and should have OK and not CLOSE. Not quite HIG, but closer.
-rw-r--r--ChangeLog6
-rw-r--r--gui/modules/dwellmouselistener.c4
-rw-r--r--gui/modules/keymouselistener.c4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cf102c5e..f3ffdce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 07 18:13:34 2003 George Lebl <jirka@5z.com>
+
+ * gui/modules/dwellmouselistener.c,
+ gui/modules/keymouselistener.c: Error dialogs are not warnings,
+ and should have OK and not CLOSE. Not quite HIG, but closer.
+
Mon Jul 07 18:04:21 2003 George Lebl <jirka@5z.com>
* configure.in, gui/greeter/Makefile.am: compile gdmgreeter with
diff --git a/gui/modules/dwellmouselistener.c b/gui/modules/dwellmouselistener.c
index 4d38f0ec..371231b6 100644
--- a/gui/modules/dwellmouselistener.c
+++ b/gui/modules/dwellmouselistener.c
@@ -568,8 +568,8 @@ leave_enter_emission_hook (GSignalInvocationHint *ihint,
if (!retval)
{
GtkWidget *dialog =
- gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_WARNING,
- GTK_BUTTONS_CLOSE,
+ gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR,
+ GTK_BUTTONS_OK,
_("Error while trying to run (%s)\n"\
"which is linked to (%s)"),
action,
diff --git a/gui/modules/keymouselistener.c b/gui/modules/keymouselistener.c
index 8ffe76cb..3d3b11e5 100644
--- a/gui/modules/keymouselistener.c
+++ b/gui/modules/keymouselistener.c
@@ -629,8 +629,8 @@ gestures_filter (GdkXEvent *gdk_xevent,
if (!retval) {
GtkWidget *dialog =
- gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_WARNING,
- GTK_BUTTONS_CLOSE,
+ gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR,
+ GTK_BUTTONS_OK,
_("Error while trying to run (%s)\n"\
"which is linked to (%s)"),
action,