diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-21 00:55:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-21 00:55:05 +0800 |
commit | 7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3 (patch) | |
tree | fbe3f32e8ff59fdc8d1b15736f60d2f46d760a0a /addressbook/gui/contact-editor | |
parent | c7dfd23ae4c53a4354601c5778f35287a368bd5a (diff) | |
download | gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.tar gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.tar.gz gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.tar.bz2 gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.tar.lz gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.tar.xz gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.tar.zst gsoc2013-evolution-7b60ae0ddae8f6efb02dafe5925fa93b87cbe8e3.zip |
use cursor-mode="line" to get rid of the annoying cell cursor.
2004-04-20 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-view.etspec: use cursor-mode="line" to
get rid of the annoying cell cursor.
* gui/widgets/eab-gui-util.c (eab_create_image_chooser_widget):
create the image chooser even if we aren't given an initial
filename.
* gui/contact-editor/e-contact-editor.c (new_target_cb):
addressbook_show_load_error_dialog -> eab_load_error_dialog.
svn path=/trunk/; revision=25538
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 1e25e06b54..8b247751c6 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -848,7 +848,7 @@ new_target_cb (EBook *new_book, EBookStatus status, EContactEditor *editor) if (status != E_BOOK_ERROR_OK || new_book == NULL) { GtkWidget *source_option_menu; - addressbook_show_load_error_dialog (NULL, e_book_get_source (new_book), status); + eab_load_error_dialog (NULL, e_book_get_source (new_book), status); source_option_menu = glade_xml_get_widget (editor->gui, "source-option-menu-source"); e_source_option_menu_select (E_SOURCE_OPTION_MENU (source_option_menu), |