From 8530b597ad23b1f39a59127f90b8ccf46f0297f6 Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Wed, 13 Jun 2007 08:36:12 +0000 Subject: [PATCH] Removing the separator from the dialog. --- ChangeLog | 4 ++++ src/hildon-code-dialog.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 77941e4..c1f903b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-13 Michael Dominic Kostrzewa + + * src/hildon-code-dialog.c: Removing the separator from the dialog. + 2007-06-12 Xan Lopez * src/Makefile.am: remove circular dependency in hildon-enum-types.h creation diff --git a/src/hildon-code-dialog.c b/src/hildon-code-dialog.c index a1d12f1..f0de717 100644 --- a/src/hildon-code-dialog.c +++ b/src/hildon-code-dialog.c @@ -190,6 +190,7 @@ hildon_code_dialog_init (HildonCodeDialog *dialog) gtk_window_set_title (GTK_WINDOW (dialog), DEVICELOCK_TITLE); gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_DIALOG); + gtk_dialog_set_has_separator ((GtkDialog *) dialog, FALSE); hints.min_width = -1; hints.min_height = -1; -- 1.7.9.5