diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 06:04:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-17 08:33:32 +0800 |
commit | 054c0881696a85f537e93b4950a28f505a3dc0f7 (patch) | |
tree | e63cfece426e2de5898c926eb6737cff229bb38b /shell/main.c | |
parent | 6348266ee635db59a12d75497f980dd85d0fcf58 (diff) | |
download | gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.tar.gz gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.tar.zst gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.zip |
BugĀ 589153 - Use GtkBuilder instead of libglade
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index 42b1fbcf11..2ef93d1247 100644 --- a/shell/main.c +++ b/shell/main.c @@ -37,7 +37,6 @@ #include <windows.h> #endif -#include <glade/glade.h> #include <dbus/dbus-glib.h> #include <gconf/gconf-client.h> @@ -575,7 +574,6 @@ main (gint argc, gchar **argv) g_warning ("Could not set up debugging output file."); } - glade_init (); e_icon_factory_init (); e_passwords_init (); |