mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 08:50:27 +01:00
Take out the "active" text
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@74 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
efb70bd972
commit
d9abb16b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ void nmwa_add_menu_item (NMWirelessApplet *applet, GtkWidget *menu, char *text,
|
|||
label = gtk_label_new (text);
|
||||
if (current)
|
||||
{
|
||||
char *markup = g_strdup_printf ("<span weight=\"bold\">%s (active)</span>", text);
|
||||
char *markup = g_strdup_printf ("<span weight=\"bold\">%s</span>", text);
|
||||
gtk_label_set_markup (GTK_LABEL (label), markup);
|
||||
g_free (markup);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue