aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-06 03:02:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-06 03:02:46 +0800
commitc11529e9e32dce3b5da6249d1aa9abfcb491e42b (patch)
tree82cf2e5cd842dc033019cf286ea67566f9622dfb /shell/ChangeLog
parentbc5f022e55f49e38241e7144bc5ea1523b223f1f (diff)
downloadgsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar
gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar.gz
gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar.bz2
gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar.lz
gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar.xz
gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar.zst
gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.zip
Set response_id to GTK_RESPONSE_OK. (cancel_button): Likewise, with
* glade/e-shell-folder-creation-dialog.glade (ok_button): Set response_id to GTK_RESPONSE_OK. (cancel_button): Likewise, with GTK_RESPONSE_CANCEL. * e-shell-folder-creation-dialog.h, e-shell-folder-creation-dialog.c: Ported to GtkDialog. svn path=/trunk/; revision=18558
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 88d4b178fe..1a3aedd696 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2002-11-05 Ettore Perazzoli <ettore@ximian.com>
+ * glade/e-shell-folder-creation-dialog.glade (ok_button): Set
+ response_id to GTK_RESPONSE_OK.
+ (cancel_button): Likewise, with GTK_RESPONSE_CANCEL.
+
+ * e-shell-folder-creation-dialog.h,
+ e-shell-folder-creation-dialog.c: Ported to GtkDialog.
+
+2002-11-05 Ettore Perazzoli <ettore@ximian.com>
+
* e-folder-list.c: Use g_object_get_data() instead of
gtk_object_get_data().
* e-shell-config-default-folders.c: Likewise.