From 4ac121ff0e7bd0882a66b3171a855575350ca08e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 29 Oct 2010 22:38:10 +0900 Subject: 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. --- src/ephy-main.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') 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 (); -- cgit v1.2.3