From 2176a84cfbc158f21a92c8c2d1c26922c217e0df Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Feb 2014 00:05:23 +0100 Subject: Remove all calls gtk_dialog_set_has_separator Also remove the has_separator from the ui files. --- battstat/battstat_applet.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'battstat/battstat_applet.c') diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index 52cc9f3c..5a8f58f9 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -524,9 +524,6 @@ battery_full_dialog (GtkWidget *applet) #endif gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif hbox = gtk_hbox_new (FALSE, 6); pixbuf = gtk_icon_theme_load_icon ( gtk_icon_theme_get_default (), @@ -691,10 +688,6 @@ battery_low_dialog( ProgressData *battery, BatteryStatus *info ) gtk_container_set_border_width (GTK_CONTAINER (battery->battery_low_dialog), 6); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (battery->battery_low_dialog), - FALSE); -#endif hbox = gtk_hbox_new (FALSE, 6); gtk_container_set_border_width (GTK_CONTAINER (hbox), 6); pixbuf = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (), -- cgit v1.2.1