summaryrefslogtreecommitdiff
path: root/src/gdk/cdgdkclp.c
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-26 06:36:22 +0000
committerscuri <scuri>2010-06-26 06:36:22 +0000
commit9d79450c5dce1124992c58237719dabe09442c10 (patch)
tree060d60445a84091107970c62260ecb06b40d8b4d /src/gdk/cdgdkclp.c
parent656155c800f88e9b808c5b02807450a6ea158e14 (diff)
*** empty log message ***
Diffstat (limited to 'src/gdk/cdgdkclp.c')
-rw-r--r--src/gdk/cdgdkclp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdk/cdgdkclp.c b/src/gdk/cdgdkclp.c
index 3eabc54..16eb1c7 100644
--- a/src/gdk/cdgdkclp.c
+++ b/src/gdk/cdgdkclp.c
@@ -43,7 +43,9 @@ static void cdkillcanvas(cdCtxCanvas *ctxcanvas)
remove(filename);
+#if GTK_CHECK_VERSION(2, 6, 0)
gtk_clipboard_store(clipboard);
+#endif
}
static int cdplay(cdCanvas* canvas, int xmin, int xmax, int ymin, int ymax, void *data)