aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-18 05:57:08 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-18 05:57:08 +0800
commitf4a7080e828f9ca386c80153af25ce5c9b564d91 (patch)
tree40f76d56fef4b62a51a1b3c19133f5dfb82e8150
parent9b1888365c523f0408d30473aad733abe1fd1750 (diff)
downloadgsoc2013-evolution-f4a7080e828f9ca386c80153af25ce5c9b564d91.tar.gz
gsoc2013-evolution-f4a7080e828f9ca386c80153af25ce5c9b564d91.tar.zst
gsoc2013-evolution-f4a7080e828f9ca386c80153af25ce5c9b564d91.zip
(e_notice): Use gtk_dialog_run()
instead of gtk_widget_show() so we return only after the user acknowledges the error. svn path=/trunk/; revision=19504
-rw-r--r--widgets/misc/e-gui-utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-gui-utils.c b/widgets/misc/e-gui-utils.c
index e91dfb5f9d..ff1157de4b 100644
--- a/widgets/misc/e-gui-utils.c
+++ b/widgets/misc/e-gui-utils.c
@@ -51,7 +51,8 @@ e_notice (GtkWindow *parent, GtkMessageType type, const char *format, ...)
g_free (str);
g_signal_connect_swapped (dialog, "response", G_CALLBACK (gtk_widget_destroy), dialog);
- gtk_widget_show (dialog);
+
+ gtk_dialog_run (GTK_DIALOG (dialog));
}
static void
tool?h=gnome-3.24&id=d0434bfd5c57b1426670def9730117e28384cf33'>The po/zh_CN.po contains a flaw about digits in Simplified Chinesekwm2010-10-292-0/+15 * Presenting GNOME 2.30.2. for FreeBSD.kwm2010-07-262-6/+5 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-115-182/+635 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * Update to 5.28.2.marcus2009-12-182-4/+4 * Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-293-9/+8 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * Update to 5.26.3.avl2009-07-023-4/+17 * Update to 5.26.2.marcus2009-05-172-4/+4 * Update to 5.26.1.marcus2009-04-133-4/+14 * Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-103-5/+38 * Update to 5.24.3.1.marcus2009-02-042-4/+4 * Update to 5.24.3.marcus2009-01-132-4/+4 * Presenting GNOME 2.24 for FreeBSD.marcus2009-01-103-13/+31 * Update to 5.22.3.marcus2008-06-302-5/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06