aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c')
-rw-r--r--sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c b/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c
deleted file mode 100644
index a8c4809861d2..000000000000
--- a/sysutils/xfce4-wavelan-plugin/files/patch-panel-plugin_wavelan.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- panel-plugin/wavelan.c.orig 2007-01-10 21:23:05.000000000 +0100
-+++ panel-plugin/wavelan.c 2008-01-28 23:16:14.000000000 +0100
-@@ -219,9 +219,9 @@
- wavelan_set_state(wavelan, STATE_LINK0);
-
- if (strlen(stats.ws_netname) > 0)
-- tip = g_strdup_printf("%d%% (%s)", stats.ws_quality, stats.ws_netname);
-+ tip = g_strdup_printf("%s\n%s: %d%% at %dMB/s", stats.ws_vendor, stats.ws_netname, stats.ws_quality, stats.ws_rate);
- else
-- tip = g_strdup_printf("%d%%", stats.ws_quality);
-+ tip = g_strdup_printf("%s\n%d%% at %dMB/s", stats.ws_vendor, stats.ws_quality, stats.ws_rate);
- }
- }
- else {