comparison 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
comparison
equal deleted inserted replaced
2849:3ba1579e37a5 2850:587b3657990d
418 tree_view_button_pressed = FALSE; 418 tree_view_button_pressed = FALSE;
419 on_add_button_clicked(NULL, NULL); 419 on_add_button_clicked(NULL, NULL);
420 } 420 }
421 /* single click triggers a refresh of the selected item */ 421 /* single click triggers a refresh of the selected item */
422 else { 422 else {
423 // todo: separate single from double click somehow
423 tree_view_button_pressed = TRUE; 424 tree_view_button_pressed = TRUE;
424 } 425 }
425
426 426
427 return FALSE; 427 return FALSE;
428 } 428 }
429 429
430 static gboolean on_add_button_clicked(GtkButton *button, gpointer data) 430 static gboolean on_add_button_clicked(GtkButton *button, gpointer data)