summaryrefslogtreecommitdiff
path: root/pidgin/plugins/themeedit.c
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-11 23:47:33 +0530
committerAnkit Vani <a@nevitus.org>2014-02-11 23:47:33 +0530
commit661d236122a5558a54f8e8bbaea652c960c9af04 (patch)
tree125fe92406d1bff623a5685478f228e31044a5a4 /pidgin/plugins/themeedit.c
parent95d001d9784fca582327db3fc1dcadb34277f5b0 (diff)
parent9cfa5de7b6a48517054ed206c9d119de104d613d (diff)
downloadpidgin-661d236122a5558a54f8e8bbaea652c960c9af04.tar.gz
Merged default branch
Diffstat (limited to 'pidgin/plugins/themeedit.c')
-rw-r--r--pidgin/plugins/themeedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/plugins/themeedit.c b/pidgin/plugins/themeedit.c
index cc38f41281..f928e9645b 100644
--- a/pidgin/plugins/themeedit.c
+++ b/pidgin/plugins/themeedit.c
@@ -168,7 +168,7 @@ pidgin_theme_create_color_selector(const char *text, const char *blurb, const ch
GtkWidget *color;
GtkWidget *hbox, *label;
- hbox = gtk_hbox_new(FALSE, PIDGIN_HIG_CAT_SPACE);
+ hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, PIDGIN_HIG_CAT_SPACE);
label = gtk_label_new(_(text));
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
@@ -192,7 +192,7 @@ pidgin_theme_create_font_selector(const char *text, const char *blurb, const cha
GtkWidget *color, *font;
GtkWidget *hbox, *label;
- hbox = gtk_hbox_new(FALSE, PIDGIN_HIG_CAT_SPACE);
+ hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, PIDGIN_HIG_CAT_SPACE);
label = gtk_label_new(_(text));
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);