summaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2010-03-10 23:51:28 +0100
committerAndre Klapper <a9016009@gmx.de>2010-04-08 18:00:29 +0200
commit29625ff9cc86c183c3c6a3b1ab8ee77722580c54 (patch)
treeef74beb720607b935fb6684b1a5fff877a6991ce /src/about.c
parent839437f4a80f8da4dd6da81eeaf04785c16e078b (diff)
Compile with -DGSEAL_ENABLED. Fixes bug 612498.
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index de85a54..67c2474 100644
--- a/src/about.c
+++ b/src/about.c
@@ -295,9 +295,9 @@ zenity_about (ZenityData *data)
gtk_widget_show (help_button);
- gtk_box_pack_end (GTK_BOX (GTK_DIALOG (dialog)->action_area),
+ gtk_box_pack_end (GTK_BOX (gtk_dialog_get_action_area (GTK_DIALOG (dialog))),
help_button, FALSE, TRUE, 0);
- gtk_button_box_set_child_secondary (GTK_BUTTON_BOX (GTK_DIALOG (dialog)->action_area),
+ gtk_button_box_set_child_secondary (GTK_BUTTON_BOX (gtk_dialog_get_action_area (GTK_DIALOG (dialog))),
help_button, TRUE);
g_signal_connect (G_OBJECT (dialog), "response",