[network-manager-applet] applet: display interface names with underscores correctly (rh #1112505)
- From: Jiří Klimeš <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] applet: display interface names with underscores correctly (rh #1112505)
- Date: Mon, 30 Jun 2014 08:26:59 +0000 (UTC)
commit 6794fdc0e6368fee7614af0384f13dbc7537f056
Author: Jiří Klimeš <jklimes redhat com>
Date: Tue Jun 24 09:55:34 2014 +0200
applet: display interface names with underscores correctly (rh #1112505)
https://bugzilla.redhat.com/show_bug.cgi?id=1112505
src/applet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index f95d20b..9cab493 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -824,7 +824,7 @@ applet_menu_item_create_device_item_helper (NMDevice *device,
{
GtkWidget *item;
- item = gtk_menu_item_new_with_mnemonic (text);
+ item = gtk_menu_item_new_with_label (text);
gtk_widget_set_sensitive (item, FALSE);
g_signal_connect (item, "draw", G_CALLBACK (menu_title_item_draw), NULL);
return item;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]