[Xfce4-commits] <midori:master> Fix sokoke_widget_copy_clipboard call in _action_copy_activate

Christian Dywan noreply at xfce.org
Sun Nov 18 21:26:04 CET 2012


Updating branch refs/heads/master
         to dafb40053e8d2b2322089b1843f5ea95696435a4 (commit)
       from e50685200acdd207be6e9478470b54e676aebd0f (commit)

commit dafb40053e8d2b2322089b1843f5ea95696435a4
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Nov 18 21:25:06 2012 +0100

    Fix sokoke_widget_copy_clipboard call in _action_copy_activate
    
    Fixes: https://bugs.launchpad.net/midori/+bug/1078081

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

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 4e5cf10..7277e7f 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -2721,7 +2721,7 @@ _action_copy_activate (GtkAction*     action,
         GtkWidget* scrolled = gtk_widget_get_parent (widget);
         GtkWidget* view = gtk_widget_get_parent (scrolled);
         const gchar* selected = midori_view_get_selected_text (MIDORI_VIEW (view));
-        sokoke_widget_copy_clipboard (widget, selected);
+        sokoke_widget_copy_clipboard (widget, selected, NULL, NULL);
         return;
     }
 #endif


More information about the Xfce4-commits mailing list