diff options
author | scuri <scuri> | 2010-06-26 06:36:22 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-26 06:36:22 +0000 |
commit | 9d79450c5dce1124992c58237719dabe09442c10 (patch) | |
tree | 060d60445a84091107970c62260ecb06b40d8b4d /src/gdk/cdgdkclp.c | |
parent | 656155c800f88e9b808c5b02807450a6ea158e14 (diff) |
*** empty log message ***
Diffstat (limited to 'src/gdk/cdgdkclp.c')
-rw-r--r-- | src/gdk/cdgdkclp.c | 2 |
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) |