diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-23 05:51:30 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-23 05:51:30 +0800 |
commit | 79d608a14e04c5e799111149c8899bcf5dafcb4f (patch) | |
tree | 777c5adb8c6178596d627a06810bddcb758a7fdc /addressbook/gui/component | |
parent | a51f73e8ff7d0442a26e02273ba6c24a6c43bb13 (diff) | |
download | gsoc2013-evolution-79d608a14e04c5e799111149c8899bcf5dafcb4f.tar.gz gsoc2013-evolution-79d608a14e04c5e799111149c8899bcf5dafcb4f.tar.zst gsoc2013-evolution-79d608a14e04c5e799111149c8899bcf5dafcb4f.zip |
Removed an unused variable here.
2002-04-22 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.h: Removed an unused
variable here.
* gui/widgets/e-addressbook-view.c (table_right_click,
table_white_space_event): Added a current view submenu to the
popup menu here.
svn path=/trunk/; revision=16561
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index 9359bb4477..a1a1daf7e6 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -71,7 +71,6 @@ struct _ESelectNames ETableModel *without; EAddressbookModel *model; GtkWidget *categories; - GtkWidget *categories_entry; GtkWidget *search_entry; GtkWidget *status_message; EvolutionStorageListener *local_listener; |