diff options
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index a727de7f..8459d749 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -66,7 +66,7 @@ GtkStyle *create_input_style (GtkStyle *); static int last_selected_page = 0; static int last_selected_row = 0; /* sound row */ static gboolean color_change; -static struct xchatprefs setup_prefs; +static struct hexchatprefs setup_prefs; static GtkWidget *cancel_button; static GtkWidget *font_dialog = NULL; @@ -2182,7 +2182,7 @@ setup_apply_real (int new_pix, int do_ulist, int do_layout) } static void -setup_apply (struct xchatprefs *pr) +setup_apply (struct hexchatprefs *pr) { #ifdef WIN32 PangoFontDescription *old_desc; |