[patch] bug #372550: consistent label (non-)boldening in toolbar
- From: Christian Persch <chpe gnome org>
- To: nautilus-list gnome org
- Subject: [patch] bug #372550: consistent label (non-)boldening in toolbar
- Date: Wed, 08 Nov 2006 18:06:35 +0100
Hi,
Attached patch fixes http://bugzilla.gnome.org/show_bug.cgi?id=372550 :
The "Location:" label that shows when you press Ctrl-L is not bold,
while the "Search:" label that shows when you do Ctrl-F is bold. They
should be both be the same; and since I can see no reason for this
emphasis, I think they should both be non-bold.
Ok to commit this?
Regards,
Christian
Index: src/nautilus-search-bar.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-search-bar.c,v
retrieving revision 1.14
diff -p -u -B -r1.14 nautilus-search-bar.c
--- src/nautilus-search-bar.c 12 Dec 2005 16:59:11 -0000 1.14
+++ src/nautilus-search-bar.c 8 Nov 2006 16:59:46 -0000
@@ -138,8 +138,7 @@ nautilus_search_bar_init (NautilusSearch
gtk_widget_show (hbox);
gtk_container_add (GTK_CONTAINER (alignment), hbox);
- label = gtk_label_new ("");
- gtk_label_set_markup (GTK_LABEL (label), _("<b>Search:</b>"));
+ label = gtk_label_new (_("Search:"));
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]