diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-06 03:02:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-06 03:02:46 +0800 |
commit | c11529e9e32dce3b5da6249d1aa9abfcb491e42b (patch) | |
tree | 82cf2e5cd842dc033019cf286ea67566f9622dfb /shell/ChangeLog | |
parent | bc5f022e55f49e38241e7144bc5ea1523b223f1f (diff) | |
download | gsoc2013-evolution-c11529e9e32dce3b5da6249d1aa9abfcb491e42b.tar.gz 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/ChangeLog | 9 |
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. |