[Xfce4-commits] <midori:master> Move midori_web_view_set_clipboard inside 1.1.15 guards

Christian Dywan noreply at xfce.org
Fri Oct 23 01:22:03 CEST 2009


Updating branch refs/heads/master
         to 421460741da3b09877f8ba79cc73763a39ce9b7f (commit)
       from 4257bd2bbc3acb2470c4693e5d3821624d59db64 (commit)

commit 421460741da3b09877f8ba79cc73763a39ce9b7f
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Oct 22 22:59:02 2009 +0200

    Move midori_web_view_set_clipboard inside 1.1.15 guards

 midori/midori-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index 8037552..95006fe 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -1363,6 +1363,7 @@ gtk_widget_scroll_event_cb (WebKitWebView*  web_view,
         return FALSE;
 }
 
+#if WEBKIT_CHECK_VERSION (1, 1, 15)
 static void
 midori_web_view_set_clipboard (GtkWidget*   widget,
                                       const gchar* text)
@@ -1376,7 +1377,6 @@ midori_web_view_set_clipboard (GtkWidget*   widget,
     gtk_clipboard_set_text (clipboard, text, -1);
 }
 
-#if WEBKIT_CHECK_VERSION (1, 1, 15)
 static void
 midori_web_view_menu_open_activate_cb (GtkWidget*  widget,
                                        MidoriView* view)



More information about the Xfce4-commits mailing list