diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-26 15:29:36 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-26 15:29:36 +0200 |
commit | 165b40bbf65b538c5b642ee52d0280e5e9ad4e62 (patch) | |
tree | 03ccf6bc0737dcdf509f57866e8cd49411ae1045 /capplet/gsm-app-dialog.c | |
parent | 22223bf64027da1dbfb8435a7e410f146a94bbd8 (diff) | |
download | mate-session-manager-165b40bbf65b538c5b642ee52d0280e5e9ad4e62.tar.bz2 mate-session-manager-165b40bbf65b538c5b642ee52d0280e5e9ad4e62.tar.xz |
capplet: Add support for GTK3
Diffstat (limited to 'capplet/gsm-app-dialog.c')
-rw-r--r-- | capplet/gsm-app-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplet/gsm-app-dialog.c b/capplet/gsm-app-dialog.c index b4ca56a..133342c 100644 --- a/capplet/gsm-app-dialog.c +++ b/capplet/gsm-app-dialog.c @@ -182,7 +182,9 @@ setup_dialog (GsmAppDialog *dialog) gtk_container_add (GTK_CONTAINER (content_area), widget); gtk_container_set_border_width (GTK_CONTAINER (dialog), 6); +#if !GTK_CHECK_VERSION (3, 0, 0) gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); +#endif gtk_window_set_icon_name (GTK_WINDOW (dialog), "mate-session-properties"); g_object_set (dialog, |