diff options
author | Yuedong Du <yuedong.du@sun.com> | 2003-09-10 11:12:18 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-09-10 11:12:18 +0800 |
commit | a9c62472aa31766c1d9d308b70b92facf70d7fa4 (patch) | |
tree | 18fa579a0df487a0d3fed4afc4f578249c2b6937 /shell/ChangeLog | |
parent | 410e31c83ca9552c0825783ee5a530e0da60242c (diff) | |
download | gsoc2013-evolution-a9c62472aa31766c1d9d308b70b92facf70d7fa4.tar.gz gsoc2013-evolution-a9c62472aa31766c1d9d308b70b92facf70d7fa4.tar.zst gsoc2013-evolution-a9c62472aa31766c1d9d308b70b92facf70d7fa4.zip |
Use gtk_label_new_with_mnemonic() to replace gtk_label_new(). Use
2003-09-05 Yuedong Du <yuedong.du@sun.com>
* e-shell-importer.c: (importer_file_page_new),
(importer_type_page_new), (show_import_wizard): Use
gtk_label_new_with_mnemonic() to replace gtk_label_new(). Use
gtk_label_set_mnemonic_widget() to set up label<-> entry
relationship. Change gtk_button_set_label() to
gtk_button_set_use_underline() and gtk_button_set_label(). Change
gtk_radio_button_new_with_label_from_widget() to
gtk_radio_button_new_with_mnemonic_from_widget(). fix bug #47867
svn path=/trunk/; revision=22502
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a20ed886f8..b7f35127ac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2003-09-05 Yuedong Du <yuedong.du@sun.com> + + * e-shell-importer.c: (importer_file_page_new), + (importer_type_page_new), (show_import_wizard): Use + gtk_label_new_with_mnemonic() to replace gtk_label_new(). Use + gtk_label_set_mnemonic_widget() to set up label<-> entry + relationship. Change gtk_button_set_label() to + gtk_button_set_use_underline() and gtk_button_set_label(). Change + gtk_radio_button_new_with_label_from_widget() to + gtk_radio_button_new_with_mnemonic_from_widget(). fix bug #47867 + 2003-07-24 Yuedong Du <yuedong.du@sun.com> * e-shell-offline-handler.c: (dialog_response_cb): fix crash when user escape the |