[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/02: Fixed make distcheck

noreply at xfce.org noreply at xfce.org
Tue May 24 22:38:03 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit e5c63ea6f85ae4f37d90abb9c853dff74b053841
Author: Florian Schüller <florian.schueller at gmail.com>
Date:   Sun May 22 23:58:36 2016 +0200

    Fixed make distcheck
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 tests/test_targets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_targets.c b/tests/test_targets.c
index 26ea1c3..5591807 100644
--- a/tests/test_targets.c
+++ b/tests/test_targets.c
@@ -31,7 +31,7 @@ cb (GtkClipboard *clipboard,
       selection_data = gtk_clipboard_wait_for_contents (clipboard, atoms[i]);
       if (selection_data != NULL)
         {
-          g_print ("%s (f:%d, l:%d)\n", atom_name, selection_data->format, selection_data->length);
+          g_print ("%s (f:%d, l:%d)\n", atom_name, gtk_selection_data_get_format (selection_data), gtk_selection_data_get_length(selection_data));
           gtk_selection_data_free (selection_data);
         }
       else

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list