From 659169914fa8da235b35730c688a23c3caca8b3a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 24 Sep 2008 20:02:55 +0000 Subject: Remove libgnome and libgnomeui dependency, using EggSMClient instead of GnomeClient. svn path=/trunk/; revision=8541 --- embed/downloader-view.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'embed') diff --git a/embed/downloader-view.c b/embed/downloader-view.c index 067477adc..8650a54c7 100644 --- a/embed/downloader-view.c +++ b/embed/downloader-view.c @@ -33,7 +33,6 @@ #include #include -#include #ifdef HAVE_LIBNOTIFY @@ -550,11 +549,13 @@ downloader_view_add_download (DownloaderView *dv, GtkTreeIter iter; GtkTreeSelection *selection; GtkTreePath *path; +#if 0 GtkIconTheme *theme; GtkIconInfo *icon_info; GdkPixbuf *pixbuf; char *mime, *icon_name; int width = 16, height = 16; +#endif GValue visible = {0, }; #ifdef HAVE_LIBNOTIFY @@ -615,7 +616,9 @@ downloader_view_add_download (DownloaderView *dv, } g_value_unset (&visible); - + +#if 0 + // FIXMEchpe port this to use GIcon when webkit gets download support mime = ephy_download_get_mime (download); theme = gtk_icon_theme_get_default (); @@ -641,7 +644,8 @@ downloader_view_add_download (DownloaderView *dv, { g_object_unref (pixbuf); } - +#endif + dv->priv->source_id = g_timeout_add (100, (GSourceFunc) update_buttons_timeout_cb, dv); } -- cgit v1.2.3