diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-29 21:38:10 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-10-29 21:38:10 +0800 |
commit | 4ac121ff0e7bd0882a66b3171a855575350ca08e (patch) | |
tree | c3ecfd0096df40cabab9887627c29938af3d84d4 /src | |
parent | 0bc6455d757cf8a22ad3936288ff4023ddd7e4a7 (diff) | |
download | gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.tar gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.tar.gz gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.tar.bz2 gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.tar.lz gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.tar.xz gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.tar.zst gsoc2013-epiphany-4ac121ff0e7bd0882a66b3171a855575350ca08e.zip |
Remove libnotify dependency
We are going to revamp the downloads UI to fit better in the Shell
design, but for now we can just get rid of this.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 1f0692884..5b7693264 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -733,20 +733,11 @@ main (int argc, queue_commands (user_time); -#ifdef HAVE_LIBNOTIFY - /* Init notifications for the download manager */ - notify_init (PACKAGE); -#endif - gtk_main (); /* Shutdown */ g_object_unref (ephy_shell); -#ifdef HAVE_LIBNOTIFY - if (notify_is_initted ()) - notify_uninit (); -#endif save_accels (); ephy_state_save (); ephy_settings_shutdown (); |