diff options
author | Iain Holmes <iain@helixcode.com> | 2000-10-19 01:53:52 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-19 01:53:52 +0800 |
commit | b8cf5fe57c659a2cf8e9b204c0856235bdc9d5ed (patch) | |
tree | 006ae26b4dd4d9435ceabc2a826e32353ceaf14c /shell/ChangeLog | |
parent | daaabd4d9793fe2751438125c052a0270c4844bb (diff) | |
download | gsoc2013-evolution-b8cf5fe57c659a2cf8e9b204c0856235bdc9d5ed.tar.gz gsoc2013-evolution-b8cf5fe57c659a2cf8e9b204c0856235bdc9d5ed.tar.zst gsoc2013-evolution-b8cf5fe57c659a2cf8e9b204c0856235bdc9d5ed.zip |
If the widget is not realized don't do anything, to prevent BadGC's at
2000-10-18 Iain Holmes <iain@helixcode.com>
* e-shell-view.c (start_progress_bar): If the widget is not realized
don't do anything, to prevent BadGC's at shut down.
(stop_progress_bar): Don't draw anything if the widget is not realized.
Same reason.
* e-shell-folder-selection-dialog.c (dbl_click_cb): Emit the
folder-selected signal.
(e_shell_folder_selection_dialog_construct): Connect to the e-table's
double-click signal.
svn path=/trunk/; revision=5995
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 60f2065c31..21942fe255 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2000-10-18 Iain Holmes <iain@helixcode.com> + + * e-shell-view.c (start_progress_bar): If the widget is not realized + don't do anything, to prevent BadGC's at shut down. + (stop_progress_bar): Don't draw anything if the widget is not realized. + Same reason. + + * e-shell-folder-selection-dialog.c (dbl_click_cb): Emit the + folder-selected signal. + (e_shell_folder_selection_dialog_construct): Connect to the e-table's + double-click signal. + 2000-10-17 Iain Holmes <iain@helixcode.com> * e-shell.c (view_deleted_cb): Save the settings before the |