From 5428d055d162ffa0dde2b0dc5a9b2e6907a6ca73 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 7 Aug 2000 22:19:10 +0000 Subject: Removed the next and prev toolbar buttons since they don't do anything. 2000-08-07 Christopher James Lahey * contact-editor/e-contact-editor.c: Removed the next and prev toolbar buttons since they don't do anything. svn path=/trunk/; revision=4586 --- addressbook/ChangeLog | 5 +++++ addressbook/contact-editor/e-contact-editor.c | 2 ++ addressbook/gui/contact-editor/e-contact-editor.c | 2 ++ 3 files changed, 9 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4cfba90857..cb8e0f1580 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-08-07 Christopher James Lahey + + * 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 * contact-editor/contact-editor.glade, 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 -- cgit v1.2.3