[Xfce4-commits] <xfce4-settings:jeromeg/clipboard-daemon> Handle all targets, don't break too early...
Jérôme Guelfucci
noreply at xfce.org
Thu Dec 10 13:44:04 CET 2009
Updating branch refs/heads/jeromeg/clipboard-daemon
to 286edacfa7cf5f176cc9dd2c284edcba67542cfc (commit)
from d2cf847ec79a80a150845fd95a3a16fce2743da9 (commit)
commit 286edacfa7cf5f176cc9dd2c284edcba67542cfc
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Dec 10 13:42:05 2009 +0100
Handle all targets, don't break too early...
xfce4-settings-helper/clipboard-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-settings-helper/clipboard-manager.c b/xfce4-settings-helper/clipboard-manager.c
index addd558..cf23f25 100644
--- a/xfce4-settings-helper/clipboard-manager.c
+++ b/xfce4-settings-helper/clipboard-manager.c
@@ -114,7 +114,7 @@ xfce_clipboard_manager_default_store (XfceClipboardManager *manager)
selection_data = gtk_clipboard_wait_for_contents (manager->default_clipboard, atoms[i]);
if (selection_data == NULL)
- break;
+ continue;
manager->default_cache = g_slist_prepend (manager->default_cache, selection_data);
}
More information about the Xfce4-commits
mailing list