diff options
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r-- | plugins/backup-restore/backup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c index 3c2fe90a6d..6c86ee8a36 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -459,7 +459,9 @@ main (gint argc, gchar **argv) GTK_RESPONSE_REJECT, NULL); +#if !GTK_CHECK_VERSION(2,21,8) gtk_dialog_set_has_separator (GTK_DIALOG (progress_dialog), FALSE); +#endif gtk_container_set_border_width (GTK_CONTAINER (progress_dialog), 12); action_area = gtk_dialog_get_action_area ( |