diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-08 06:19:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-08 06:19:10 +0800 |
commit | 5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73 (patch) | |
tree | 63a6a5a50c3c0d08ffabd082543e300efc6e433e | |
parent | 4de1f796a496703b01bcc0a8245030e4fbc378b8 (diff) | |
download | gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.tar gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.tar.gz gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.tar.bz2 gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.tar.lz gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.tar.xz gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.tar.zst gsoc2013-evolution-5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73.zip |
Removed the next and prev toolbar buttons since they don't do anything.
2000-08-07 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor.c: Removed the next and prev
toolbar buttons since they don't do anything.
svn path=/trunk/; revision=4586
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/contact-editor/e-contact-editor.c | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4cfba90857..cb8e0f1580 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2000-08-07 Christopher James Lahey <clahey@helixcode.com> + * contact-editor/e-contact-editor.c: Removed the next and prev + toolbar buttons since they don't do anything. + +2000-08-07 Christopher James Lahey <clahey@helixcode.com> + * contact-editor/contact-editor.glade, contact-editor/e-contact-editor.c: Fixed the tab order to not repeat the web page address field. diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index 165d00e3f1..dd4ec4d567 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/contact-editor/e-contact-editor.c @@ -853,12 +853,14 @@ static GnomeUIInfo toolbar[] = { N_("Delete this item"), delete_cb, GNOME_STOCK_PIXMAP_TRASH), GNOMEUIINFO_SEPARATOR, +#if 0 GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"), N_("Go to the previous item"), NULL, GNOME_STOCK_PIXMAP_BACK), GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Next"), N_("Go to the next item"), NULL, GNOME_STOCK_PIXMAP_FORWARD), +#endif GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Help"), N_("See online help"), NULL, GNOME_STOCK_PIXMAP_HELP), GNOMEUIINFO_END diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 165d00e3f1..dd4ec4d567 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -853,12 +853,14 @@ static GnomeUIInfo toolbar[] = { N_("Delete this item"), delete_cb, GNOME_STOCK_PIXMAP_TRASH), GNOMEUIINFO_SEPARATOR, +#if 0 GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"), N_("Go to the previous item"), NULL, GNOME_STOCK_PIXMAP_BACK), GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Next"), N_("Go to the next item"), NULL, GNOME_STOCK_PIXMAP_FORWARD), +#endif GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Help"), N_("See online help"), NULL, GNOME_STOCK_PIXMAP_HELP), GNOMEUIINFO_END |