(trunk libT) #3898 "Add 'Add' and 'Remove' buttons to the tracker list" -- done.

This commit is contained in:
Jordan Lee
2011-01-14 21:57:20 +00:00
parent 8d06a961b2
commit e4bd783ec2
4 changed files with 441 additions and 251 deletions

View File

@@ -198,4 +198,7 @@ gboolean on_tree_view_button_released( GtkWidget * view,
/* move a file to the trashcan if GIO is available; otherwise, delete it */
int gtr_file_trash_or_remove( const char * filename );
void gtr_paste_clipboard_url_into_entry( GtkWidget * entry );
#endif /* GTR_UTIL_H */