diff options
Diffstat (limited to 'plugins/backup-restore/backup.c')
-rw-r--r-- | plugins/backup-restore/backup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c index 6c86ee8a36..5b39374b58 100644 --- a/plugins/backup-restore/backup.c +++ b/plugins/backup-restore/backup.c @@ -459,8 +459,8 @@ 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); +#if !GTK_CHECK_VERSION(2,90,7) + g_object_set (progress_dialog, "has-separator", FALSE, NULL); #endif gtk_container_set_border_width (GTK_CONTAINER (progress_dialog), 12); |