diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-13 02:36:44 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-13 02:36:44 +0800 |
commit | 4798532399252800f188c5431722fff02e6306eb (patch) | |
tree | c28450eebfc1e67fc171ea277e3fe998795e08f8 /addressbook/gui/search/e-addressbook-search-dialog.h | |
parent | e9faa62d2f9f6bae897c2f718ee25b5a78e159c7 (diff) | |
download | gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.gz gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.bz2 gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.lz gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.xz gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.tar.zst gsoc2013-evolution-4798532399252800f188c5431722fff02e6306eb.zip |
A few small interface fixes.
2000-08-12 Christopher James Lahey <clahey@helixcode.com>
* gui/search/Makefile.am,
gui/search/e-addressbook-search-dialog.c,
gui/search/e-addressbook-search-dialog.h: A few small interface
fixes.
* gui/component/Makefile.am: Link in the addressbook search
dialog.
svn path=/trunk/; revision=4780
Diffstat (limited to 'addressbook/gui/search/e-addressbook-search-dialog.h')
-rw-r--r-- | addressbook/gui/search/e-addressbook-search-dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/search/e-addressbook-search-dialog.h b/addressbook/gui/search/e-addressbook-search-dialog.h index 51ef350afa..84af66b4e1 100644 --- a/addressbook/gui/search/e-addressbook-search-dialog.h +++ b/addressbook/gui/search/e-addressbook-search-dialog.h @@ -45,6 +45,7 @@ struct _EAddressbookSearchDialog GtkWidget *search; GtkWidget *view; + GtkWidget *scrolled_window; }; struct _EAddressbookSearchDialogClass |