diff options
author | infirit <[email protected]> | 2014-02-05 00:05:23 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-05 00:05:23 +0100 |
commit | 2176a84cfbc158f21a92c8c2d1c26922c217e0df (patch) | |
tree | 90a65ccceeb8eb5d5efd81bb9600ba7e4213556b /battstat/properties.c | |
parent | e07db99e4ab834f562bd1d1234a5827ae5ef4747 (diff) | |
download | mate-applets-2176a84cfbc158f21a92c8c2d1c26922c217e0df.tar.bz2 mate-applets-2176a84cfbc158f21a92c8c2d1c26922c217e0df.tar.xz |
Remove all calls gtk_dialog_set_has_separator
Also remove the has_separator from the ui files.
Diffstat (limited to 'battstat/properties.c')
-rw-r--r-- | battstat/properties.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/battstat/properties.c b/battstat/properties.c index 634290ce..f84eea78 100644 --- a/battstat/properties.c +++ b/battstat/properties.c @@ -411,10 +411,6 @@ prop_cb (GtkAction *action, gtk_dialog_set_default_response (GTK_DIALOG (battstat->prop_win), GTK_RESPONSE_CLOSE); gtk_window_set_resizable (GTK_WINDOW (battstat->prop_win), FALSE); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (battstat->prop_win), FALSE); -#endif - g_signal_connect (G_OBJECT (battstat->prop_win), "response", G_CALLBACK (response_cb), battstat); gtk_widget_show_all (GTK_WIDGET (battstat->prop_win)); |