[Xfce4-commits] [apps/xfce4-dict] 06/43: Replace remaining GdkColor by GdkRGBA

noreply at xfce.org noreply at xfce.org
Tue Nov 1 00:31:19 CET 2016


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

andre pushed a commit to branch master
in repository apps/xfce4-dict.

commit 7ea47fc416dc517f989bc29c9942216c8e516536
Author: Andre Miranda <andre42m at gmail.com>
Date:   Tue Jun 21 23:23:10 2016 -0300

    Replace remaining GdkColor by GdkRGBA
---
 lib/prefs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/prefs.c b/lib/prefs.c
index 5f3d950..2017273 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -203,9 +203,9 @@ const gchar *dict_prefs_get_web_url_label(DictData *dd)
 }
 
 
-static void color_set_cb(GtkColorButton *widget, GdkColor *color)
+static void color_set_cb(GtkColorChooser *widget, GdkRGBA *color)
 {
-	gtk_color_button_get_color(widget, color);
+	gtk_color_chooser_get_rgba(widget, color);
 }
 
 

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


More information about the Xfce4-commits mailing list