[epiphany] configure.ac: require GTK+ 3.5.2 for OSD style class



commit 49bb0ce0babf12de78673278c1a9fd7abd21f608
Author: Xan Lopez <xan igalia com>
Date:   Fri May 25 11:39:28 2012 +0900

    configure.ac: require GTK+ 3.5.2 for OSD style class
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676784

 configure.ac         |    2 +-
 src/popup-commands.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 73472f0..a1a9faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ if test "$enable_maintainer_mode" = "yes"; then
 fi
 
 GLIB_REQUIRED=2.31.2
-GTK_REQUIRED=3.3.14
+GTK_REQUIRED=3.5.2
 LIBXML_REQUIRED=2.6.12
 LIBXSLT_REQUIRED=1.1.7
 WEBKIT_GTK_REQUIRED=1.7.92
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 079dc59..b31b636 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -332,6 +332,7 @@ popup_cmd_set_image_as_background (GtkAction *action,
 	dest_uri = g_filename_to_uri (dest, NULL, NULL);
 
 	ephy_download_set_destination_uri (download, dest_uri);
+	ephy_download_set_action (download, EPHY_DOWNLOAD_ACTION_NONE);
 
 	g_signal_connect (download, "completed",
 			  G_CALLBACK (background_download_completed), window);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]