/pidgin/main: 3740d924a932: Fix a couple typos in fallback macros.
Elliott Sales de Andrade
qulogic at pidgin.im
Tue Jul 24 04:03:58 EDT 2012
Changeset: 3740d924a932e8d017c8283e8d1dc773a4ed9596
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2012-07-24 02:24 -0400
Branch: cpw.qulogic.gtk3-required
URL: http://hg.pidgin.im/pidgin/main/rev/3740d924a932
Description:
Fix a couple typos in fallback macros.
diffstat:
pidgin/gtk3compat.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff --git a/pidgin/gtk3compat.h b/pidgin/gtk3compat.h
--- a/pidgin/gtk3compat.h
+++ b/pidgin/gtk3compat.h
@@ -137,8 +137,8 @@
#define gtk_adjustment_get_page_size(x) (x)->page_size
#define gtk_adjustment_get_lower(x) (x)->lower
#define gtk_adjustment_get_upper(x) (x)->upper
-#define gtk_font_selection_get_size_entry (x)->size_entry
-#define gtk_font_selection_get_family_list (x)->family_list
+#define gtk_font_selection_get_size_entry(x) (x)->size_entry
+#define gtk_font_selection_get_family_list(x) (x)->family_list
#define gtk_font_selection_dialog_get_ok_button(x) (x)->ok_button
#define gtk_font_selection_dialog_get_cancel_button(x) (x)->cancel_button
#define gtk_color_selection_dialog_get_color_selection(x) (x)->colorsel
More information about the Commits
mailing list