[Xfce4-commits] <xfce4-screenshooter:master> Remove the call to test the clipboard for testing.

Jérôme Guelfucci noreply at xfce.org
Sun Nov 1 15:22:01 CET 2009


Updating branch refs/heads/master
         to 9ae621cf326cded6ee3f8ab5606cdeff01886c84 (commit)
       from 2a6fafc61071ba2825c989c8ae5373f871e02acf (commit)

commit 9ae621cf326cded6ee3f8ab5606cdeff01886c84
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Nov 1 15:20:26 2009 +0100

    Remove the call to test the clipboard for testing.

 lib/screenshooter-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/screenshooter-utils.c b/lib/screenshooter-utils.c
index 58cba8c..826d6e1 100644
--- a/lib/screenshooter-utils.c
+++ b/lib/screenshooter-utils.c
@@ -41,7 +41,7 @@ screenshooter_copy_to_clipboard (GdkPixbuf *screenshot)
 
   gtk_clipboard_set_image (clipboard, screenshot);
 
-  gtk_clipboard_store (clipboard);
+  //gtk_clipboard_store (clipboard);
 }
 
 



More information about the Xfce4-commits mailing list