[anjal] Make icons come back.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] Make icons come back.
- Date: Thu, 4 Jun 2009 00:07:54 -0400 (EDT)
commit 8b5b59957b77a20f92c8649fb13b507a3fd0a446
Author: Srinivasa Ragavan <sragavan novell com>
Date: Thu Jun 4 08:48:21 2009 +0530
Make icons come back.
---
src/main.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main.c b/src/main.c
index f2be642..4e8db7a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -37,6 +37,7 @@
#include "mail-shell.h"
#include <libgnome/gnome-sound.h>
#include <gconf/gconf-client.h>
+#include <e-util/e-icon-factory.h>
gboolean windowed = FALSE;
gboolean default_app = FALSE;
@@ -103,6 +104,7 @@ main (int argc, char *argv[])
glade_init ();
e_cursors_init ();
e_passwords_init();
+ e_icon_factory_init ();
if (!g_thread_supported ())
g_thread_init (NULL);
mail_msg_init ();
@@ -114,7 +116,7 @@ main (int argc, char *argv[])
g_idle_add ((GSourceFunc) idle_cb, window);
gtk_main ();
-
+ e_icon_factory_shutdown ();
gnome_sound_shutdown ();
e_cursors_shutdown ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]