diff src/streambrowser/gui/streambrowser_win.c @ 2850:587b3657990d

xiph now updates the streams as well; i am aware of gui crashing when adding xiph streams, but tomorrow is another lovely day
author Calin Crisan ccrisan@gmail.com
date Tue, 29 Jul 2008 00:20:31 +0300
parents fbb32674bfd2
children
line wrap: on
line diff
--- a/src/streambrowser/gui/streambrowser_win.c	Mon Jul 28 23:44:00 2008 +0300
+++ b/src/streambrowser/gui/streambrowser_win.c	Tue Jul 29 00:20:31 2008 +0300
@@ -420,9 +420,9 @@
 	}
 	/* single click triggers a refresh of the selected item */
 	else {
+		// todo: separate single from double click somehow
 		tree_view_button_pressed = TRUE;
-	}
-	
+	}	
 	
 	return FALSE;
 }