[Xfce4-commits] <xfce4-clipman-plugin:master> Change default option 'ignore selections' to true

Mike Massonnet mmassonnet at xfce.org
Sat Sep 12 10:24:01 CEST 2009


Updating branch refs/heads/master
         to bed1795bdfa05e61b8965a9989c49500551a8548 (commit)
       from 7f5f497b97d557e79f22787836be9496926fb031 (commit)

commit bed1795bdfa05e61b8965a9989c49500551a8548
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sat Sep 12 10:19:15 2009 +0200

    Change default option 'ignore selections' to true

 ChangeLog             |    5 ++++-
 panel-plugin/common.h |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d08e47b..24e75f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-2009-09-11	Mike Massonnet
+2009-09-12	Mike Massonnet
+Change default option 'ignore selections' to true
+
+2009-09-12	Mike Massonnet
 New option 'ignore selections'
 
 	- panel-plugin/settings-dialog.glade:
diff --git a/panel-plugin/common.h b/panel-plugin/common.h
index 77f04e9..3d2de45 100644
--- a/panel-plugin/common.h
+++ b/panel-plugin/common.h
@@ -29,7 +29,7 @@
 
 /* Collector */
 #define DEFAULT_ADD_PRIMARY_CLIPBOARD                   FALSE
-#define DEFAULT_HISTORY_IGNORE_PRIMARY_CLIPBOARD        FALSE
+#define DEFAULT_HISTORY_IGNORE_PRIMARY_CLIPBOARD        TRUE
 #define DEFAULT_ENABLE_ACTIONS                          FALSE
 
 /*



More information about the Xfce4-commits mailing list