[Goodies-commits] r5147 - xfce4-wavelan-plugin/trunk/panel-plugin

Landry Breuil landry at xfce.org
Mon Jul 21 17:01:40 CEST 2008


Author: landry
Date: 2008-07-21 15:01:40 +0000 (Mon, 21 Jul 2008)
New Revision: 5147

Modified:
   xfce4-wavelan-plugin/trunk/panel-plugin/wavelan.c
Log:
oops, this should have been removed in the previous commit

Modified: xfce4-wavelan-plugin/trunk/panel-plugin/wavelan.c
===================================================================
--- xfce4-wavelan-plugin/trunk/panel-plugin/wavelan.c	2008-07-20 13:34:56 UTC (rev 5146)
+++ xfce4-wavelan-plugin/trunk/panel-plugin/wavelan.c	2008-07-21 15:01:40 UTC (rev 5147)
@@ -219,9 +219,9 @@
         wavelan_set_state(wavelan, STATE_LINK0);
 
       if (strlen(stats.ws_netname) > 0)
-        tip = g_strdup_printf("%s: %d%% at %dMb/s", stats.ws_netname, stats.ws_quality, stats.ws_rate / 1000000);
+        tip = g_strdup_printf("%s: %d%% at %dMb/s", stats.ws_netname, stats.ws_quality, stats.ws_rate);
       else
-        tip = g_strdup_printf("%d%% at %dMb/s", stats.ws_quality, stats.ws_rate / 1000000);
+        tip = g_strdup_printf("%d%% at %dMb/s", stats.ws_quality, stats.ws_rate);
     }
   }
   else {




More information about the Goodies-commits mailing list