diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-09 23:00:46 +0800 |
---|---|---|
committer | Jeremy Katz <katzj@src.gnome.org> | 2003-05-09 23:00:46 +0800 |
commit | 7b20b772d2460427ceefa7c463ed8f874762f57b (patch) | |
tree | 4092cd334d126ee51ebbc264fd89adc99434e6df /shell/main.c | |
parent | 56e678a74896006f89657d2ac86fa03c846a6d7a (diff) | |
download | gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.gz gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.zst gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.zip |
Add a #include to fix a warning.
2003-05-09 Jeremy Katz <katzj@redhat.com>
* main.c: Add a #include to fix a warning.
* e-shell-offline-handler.c (update_dialog_clist): Use a list
store instead of a tree model for the store.
svn path=/trunk/; revision=21136
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c index e41058377f..37cb7cdc8b 100644 --- a/shell/main.c +++ b/shell/main.c @@ -24,6 +24,7 @@ #include "e-util/e-dialog-utils.h" #include "e-util/e-gtk-utils.h" +#include "e-util/e-proxy.h" #include "e-icon-factory.h" #include "e-shell-constants.h" |