[gnome-games] aisleriot: dialogues no longer have separators
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] aisleriot: dialogues no longer have separators
- Date: Tue, 14 Sep 2010 10:30:53 +0000 (UTC)
commit 4de71238b7b80f629d9a82c62ba7f9ea33f4bedb
Author: Christian Persch <chpe gnome org>
Date: Fri Sep 10 20:44:47 2010 +0200
aisleriot: dialogues no longer have separators
... so no need to unset it on gtk3.
aisleriot/stats-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/aisleriot/stats-dialog.c b/aisleriot/stats-dialog.c
index 1567797..506efdf 100644
--- a/aisleriot/stats-dialog.c
+++ b/aisleriot/stats-dialog.c
@@ -126,7 +126,9 @@ aisleriot_stats_dialog_init (AisleriotStatsDialog *stats_dialog)
content_area = gtk_dialog_get_content_area (dialog);
+#if !GTK_CHECK_VERSION (2, 90, 7)
gtk_dialog_set_has_separator (dialog, FALSE);
+#endif
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
gtk_box_set_spacing (GTK_BOX (content_area), 2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]