(trunk gtk) implement 'edit trackers' window in gtk client

This commit is contained in:
Charles Kerr
2009-09-26 00:48:07 +00:00
parent 174a097ebd
commit 5b46b63b23
4 changed files with 99 additions and 60 deletions

View File

@@ -408,7 +408,8 @@ on_tree_view_button_pressed( GtkWidget * view,
gtk_tree_path_free( path );
}
( (PopupFunc*)func )( view, event );
if( func != NULL )
( (PopupFunc*)func )( view, event );
return TRUE;
}