[Goodies-commits] r2140 - in xfce4-cellmodem-plugin/trunk: . panel-plugin

Alvaro Lopes alvieboy at xfce.org
Mon Oct 30 21:03:28 CET 2006


Author: alvieboy
Date: 2006-10-30 20:03:22 +0000 (Mon, 30 Oct 2006)
New Revision: 2140

Modified:
   xfce4-cellmodem-plugin/trunk/ChangeLog
   xfce4-cellmodem-plugin/trunk/panel-plugin/autodetect.c
   xfce4-cellmodem-plugin/trunk/panel-plugin/cellmodem.c
   xfce4-cellmodem-plugin/trunk/panel-plugin/preferences.c
Log:
Small comment fixes and pre-changelog

Modified: xfce4-cellmodem-plugin/trunk/ChangeLog
===================================================================
--- xfce4-cellmodem-plugin/trunk/ChangeLog	2006-10-30 19:58:55 UTC (rev 2139)
+++ xfce4-cellmodem-plugin/trunk/ChangeLog	2006-10-30 20:03:22 UTC (rev 2140)
@@ -1,3 +1,8 @@
+next release
+	Support for autodetecting known modem devices
+        Support for HSDPA detection (for modems which support it using _OHCIP)
+        Smaller leds - most people use absurdely low resolutions.
+        No more error after sending pin.
 0.0.4
 	Support for --enable-debug in configure
 0.0.3

Modified: xfce4-cellmodem-plugin/trunk/panel-plugin/autodetect.c
===================================================================
--- xfce4-cellmodem-plugin/trunk/panel-plugin/autodetect.c	2006-10-30 19:58:55 UTC (rev 2139)
+++ xfce4-cellmodem-plugin/trunk/panel-plugin/autodetect.c	2006-10-30 20:03:22 UTC (rev 2140)
@@ -126,8 +126,6 @@
 
     g_list_foreach( l, (GFunc) free_single_device, NULL );
 
-    //l = g_list_remove_all( l, 0 );
-
     g_list_free( l );
 }
 
@@ -217,7 +215,6 @@
 GList *detect_devices()
 {
     GList *l = NULL;
-    //g_list_alloc();
     l = detect_pci_devices( l );
     l = detect_usb_devices( l );
     return l;

Modified: xfce4-cellmodem-plugin/trunk/panel-plugin/cellmodem.c
===================================================================
--- xfce4-cellmodem-plugin/trunk/panel-plugin/cellmodem.c	2006-10-30 19:58:55 UTC (rev 2139)
+++ xfce4-cellmodem-plugin/trunk/panel-plugin/cellmodem.c	2006-10-30 20:03:22 UTC (rev 2140)
@@ -768,7 +768,6 @@
 		cellmodem_t_switch_network_status( monitor, REGISTRATION_GPRS );
 		break;
 	    case 2:
-		//cellmodem_t_switch_network_status( monitor, REGISTRATION_UMTS );
 		/* Check for HSDPA/UMTS */
 		cellmodem_t_get_ohcip_status( monitor );
                 return;

Modified: xfce4-cellmodem-plugin/trunk/panel-plugin/preferences.c
===================================================================
--- xfce4-cellmodem-plugin/trunk/panel-plugin/preferences.c	2006-10-30 19:58:55 UTC (rev 2139)
+++ xfce4-cellmodem-plugin/trunk/panel-plugin/preferences.c	2006-10-30 20:03:22 UTC (rev 2140)
@@ -161,7 +161,7 @@
 {
 
     if ( response == GTK_RESPONSE_OK ) {
-	// Fill in device
+	/* Fill in device */
 
         guint a = gtk_combo_box_get_active( GTK_COMBO_BOX(dialog->device_combo) );
 




More information about the Goodies-commits mailing list