moserial r30 - in trunk: . src



Author: mjc
Date: Wed Mar 18 17:12:27 2009
New Revision: 30
URL: http://svn.gnome.org/viewvc/moserial?rev=30&view=rev

Log:
2009-03-18  Michael J. Chudobiak  <mjc svn gnome org>

        * src/MainWindow.vala:
        Removed an obsolete comment.



Modified:
   trunk/ChangeLog
   trunk/src/MainWindow.vala

Modified: trunk/src/MainWindow.vala
==============================================================================
--- trunk/src/MainWindow.vala	(original)
+++ trunk/src/MainWindow.vala	Wed Mar 18 17:12:27 2009
@@ -547,9 +547,6 @@
 	public bool ensureConnected () {
                 if (!connectButton.get_active())
                         connectButton.set_active(true);
-
-                /* Is this a race condition? We want to know if the
-                   set_active attempt was successful. */
                 return connectButton.get_active();
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]