Commit df2cb9b8d93564d988df14788d527499ea8339b2
1 parent
c1ab53aa
Exists in
v5.2
Fixing color settings dialog title.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/pw3270/colors.c
@@ -52,6 +52,8 @@ | @@ -52,6 +52,8 @@ | ||
52 | GtkWidget * dialog = v3270_settings_dialog_new(); | 52 | GtkWidget * dialog = v3270_settings_dialog_new(); |
53 | GtkWidget * settings = v3270_color_selection_new(); | 53 | GtkWidget * settings = v3270_color_selection_new(); |
54 | 54 | ||
55 | + v3270_settings_dialog_set_has_subtitle(dialog,FALSE); | ||
56 | + | ||
55 | gtk_window_set_title(GTK_WINDOW(dialog), v3270_settings_get_title(settings)); | 57 | gtk_window_set_title(GTK_WINDOW(dialog), v3270_settings_get_title(settings)); |
56 | gtk_container_add(GTK_CONTAINER(dialog), settings); | 58 | gtk_container_add(GTK_CONTAINER(dialog), settings); |
57 | 59 |