search for: 8b551ef

Displaying 1 result from an estimated 1 matches for "8b551ef".

2007 Jun 20
0
Branch 'as' - 2 commits - player/swfdec_debug_script.c player/swfdec_player_manager.c
...Otherwise some long commands (most notable ConstantPool and Push) can expose bugs in the cell renderer when the lines get really long. And those result in the tree view not updating. Not funny. diff --git a/player/swfdec_debug_script.c b/player/swfdec_debug_script.c index aa64ac5..8b551ef 100644 --- a/player/swfdec_debug_script.c +++ b/player/swfdec_debug_script.c @@ -159,6 +159,7 @@ swfdec_debug_script_add_columns (GtkTree renderer = gtk_cell_renderer_text_new (); column = gtk_tree_view_column_new_with_attributes ("Command", renderer, "text", COLUMN_D...