[Xfce4-commits] <xfce4-screenshooter:master> Remove commented code to store the clipboard.
Jérôme Guelfucci
noreply at xfce.org
Sun Nov 8 11:50:01 CET 2009
Updating branch refs/heads/master
to 1ef8d39bd5df160bacaee48aded7e319de2d6a49 (commit)
from 0675269bc40d3592410b9083fcd39aa9d848a363 (commit)
commit 1ef8d39bd5df160bacaee48aded7e319de2d6a49
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sun Nov 8 11:49:05 2009 +0100
Remove commented code to store the clipboard.
As Mike explained to me, this is useless. The clipboard manager will
automatically take the image when the application is closed.
lib/screenshooter-utils.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/screenshooter-utils.c b/lib/screenshooter-utils.c
index c61a724..178d820 100644
--- a/lib/screenshooter-utils.c
+++ b/lib/screenshooter-utils.c
@@ -40,8 +40,6 @@ screenshooter_copy_to_clipboard (GdkPixbuf *screenshot)
gtk_clipboard_get_for_display (gdk_display_get_default(), GDK_SELECTION_CLIPBOARD);
gtk_clipboard_set_image (clipboard, screenshot);
-
- //gtk_clipboard_store (clipboard);
}
More information about the Xfce4-commits
mailing list