summaryrefslogtreecommitdiff
path: root/trashapplet
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-05 00:05:23 +0100
committerinfirit <[email protected]>2014-02-05 00:05:23 +0100
commit2176a84cfbc158f21a92c8c2d1c26922c217e0df (patch)
tree90a65ccceeb8eb5d5efd81bb9600ba7e4213556b /trashapplet
parente07db99e4ab834f562bd1d1234a5827ae5ef4747 (diff)
downloadmate-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 'trashapplet')
-rw-r--r--trashapplet/src/trashapplet.c3
-rw-r--r--trashapplet/trashapplet-empty-progress.ui1
2 files changed, 0 insertions, 4 deletions
diff --git a/trashapplet/src/trashapplet.c b/trashapplet/src/trashapplet.c
index 5cca0fc4..65964cda 100644
--- a/trashapplet/src/trashapplet.c
+++ b/trashapplet/src/trashapplet.c
@@ -464,9 +464,6 @@ confirm_delete_immediately (GtkWidget *parent_view,
gtk_window_set_screen (GTK_WINDOW (dialog), screen);
atk_object_set_role (gtk_widget_get_accessible (dialog), ATK_ROLE_ALERT);
gtk_window_set_title (GTK_WINDOW (dialog), _("Delete Immediately?"));
-#if !GTK_CHECK_VERSION (3, 0, 0)
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
-#endif
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
diff --git a/trashapplet/trashapplet-empty-progress.ui b/trashapplet/trashapplet-empty-progress.ui
index 1b075d61..4be55853 100644
--- a/trashapplet/trashapplet-empty-progress.ui
+++ b/trashapplet/trashapplet-empty-progress.ui
@@ -7,7 +7,6 @@
<property name="title" translatable="yes">Emptying the Trash</property>
<property name="default_width">400</property>
<property name="type_hint">normal</property>
- <property name="has_separator">False</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<child>