aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-03-21 01:46:43 +0800
committerDan Winship <danw@src.gnome.org>2003-03-21 01:46:43 +0800
commitce0fb06f3eb807d53bacf697302eab291418deb7 (patch)
tree93709f7d6b3c9e1384dd49afa9db8e5b5ae0e763 /filter/ChangeLog
parentd8dbc151f073eb94e320ca4ba3f19594b3b96e76 (diff)
downloadgsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.tar
gsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.tar.gz
gsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.tar.bz2
gsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.tar.lz
gsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.tar.xz
gsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.tar.zst
gsoc2013-evolution-ce0fb06f3eb807d53bacf697302eab291418deb7.zip
(button_clicked): Fix this so we don't get stuck inside
gtk_dialog_run's main loop forever. svn path=/trunk/; revision=20433
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index ce62a5f5cd..a16abd676b 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -5,6 +5,8 @@
"%d seconds ago", etc, and update the code in set_button that uses
them. Fixes #36245, translation clash between the "second" here
and the one in the calendar (where it's used as "2nd").
+ (button_clicked): Fix this so we don't get stuck inside
+ gtk_dialog_run's main loop forever.
2003-03-20 Jeffrey Stedfast <fejj@ximian.com>