/pidgin/main: 7f2748e6a412: Fix silly typo in GTK+2 build.
Elliott Sales de Andrade
qulogic at pidgin.im
Wed Feb 12 21:05:51 EST 2014
Changeset: 7f2748e6a4128871d3ffa17a7af90c3055cecaaa
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2014-02-12 21:05 -0500
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/7f2748e6a412
Description:
Fix silly typo in GTK+2 build.
diffstat:
pidgin/gtk3compat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin/gtk3compat.h b/pidgin/gtk3compat.h
--- a/pidgin/gtk3compat.h
+++ b/pidgin/gtk3compat.h
@@ -53,7 +53,7 @@
else \
gtk_color_button_set_color(GTK_COLOR_BUTTON(widget), color); \
} while (0)
-#define pidgin_color_chooser_get_rgb(chooser, color) do { \
+#define pidgin_color_chooser_get_rgb(widget, color) do { \
if (GTK_IS_COLOR_SELECTION_DIALOG(widget)) \
gtk_color_selection_get_current_color( \
GTK_COLOR_SELECTION( \
More information about the Commits
mailing list