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 /geyes | |
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 'geyes')
-rw-r--r-- | geyes/themes.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/geyes/themes.c b/geyes/themes.c index 0f5ee028..fea26060 100644 --- a/geyes/themes.c +++ b/geyes/themes.c @@ -130,10 +130,6 @@ load_theme (EyesApplet *eyes_applet, const gchar *theme_dir) _("Can not launch the eyes applet."), _("There was a fatal error while trying to load the theme.")); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif - gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); @@ -297,9 +293,6 @@ properties_cb (GtkAction *action, gtk_widget_set_size_request (GTK_WIDGET (pbox), 300, 200); gtk_dialog_set_default_response(GTK_DIALOG (pbox), GTK_RESPONSE_CLOSE); -#if !GTK_CHECK_VERSION (3, 0, 0) - gtk_dialog_set_has_separator (GTK_DIALOG (pbox), FALSE); -#endif gtk_container_set_border_width (GTK_CONTAINER (pbox), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (pbox))), 2); |