[maemo-commits] [maemo-commits] r12262 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 13 11:36:14 EEST 2007
Author: mdk
Date: 2007-06-13 11:36:12 +0300 (Wed, 13 Jun 2007)
New Revision: 12262

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-code-dialog.c
Log:
Removing the separator from the dialog.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-06-13 08:12:57 UTC (rev 12261)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-06-13 08:36:12 UTC (rev 12262)
@@ -1,3 +1,7 @@
+2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* src/hildon-code-dialog.c: Removing the separator from the dialog.
+
 2007-06-12  Xan Lopez  <xan.lopez at nokia.com>
 
 	* src/Makefile.am: remove circular dependency in hildon-enum-types.h creation

Modified: projects/haf/trunk/hildon-1/src/hildon-code-dialog.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-code-dialog.c	2007-06-13 08:12:57 UTC (rev 12261)
+++ projects/haf/trunk/hildon-1/src/hildon-code-dialog.c	2007-06-13 08:36:12 UTC (rev 12262)
@@ -190,6 +190,7 @@
     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;


More information about the maemo-commits mailing list