[Xfce4-commits] r30322 - terminal/trunk/terminal

Nick Schermer nick at xfce.org
Thu Jul 16 19:44:07 CEST 2009


Author: nick
Date: 2009-07-16 17:44:07 +0000 (Thu, 16 Jul 2009)
New Revision: 30322

Modified:
   terminal/trunk/terminal/terminal-window.c
Log:
No need to make this title bold.


Modified: terminal/trunk/terminal/terminal-window.c
===================================================================
--- terminal/trunk/terminal/terminal-window.c	2009-07-16 17:31:39 UTC (rev 30321)
+++ terminal/trunk/terminal/terminal-window.c	2009-07-16 17:44:07 UTC (rev 30322)
@@ -1617,15 +1617,12 @@
                                             GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
                                             NULL);
 
-      box = gtk_hbox_new (FALSE, 6);
+      box = gtk_hbox_new (FALSE, 12);
       gtk_container_set_border_width (GTK_CONTAINER (box), 6);
       gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), box, TRUE, TRUE, 0);
       gtk_widget_show (box);
 
-      label = g_object_new (GTK_TYPE_LABEL,
-                            "label", _("<b>Title:</b>"),
-                            "use-markup", TRUE,
-                            NULL);
+      label = gtk_label_new (_("Title:"));
       gtk_box_pack_start (GTK_BOX (box), label, FALSE, TRUE, 0);
       gtk_widget_show (label);
 




More information about the Xfce4-commits mailing list