GTK thread cleanup, next round

This commit is contained in:
Oliver Duis
2011-07-04 18:49:13 +02:00
parent 5e4cbd02fc
commit 03da048a76
4 changed files with 8 additions and 32 deletions

View File

@@ -114,7 +114,6 @@ class FileBrowser : public ThumbBrowserBase, public LWButtonListener {
void addEntry (FileBrowserEntry* entry); // can be called from any thread
void addEntry_ (FileBrowserEntry* entry); // this must be executed inside the gtk thread
FileBrowserEntry* delEntry (const Glib::ustring& fname); // return the entry if found here return NULL otherwise
FileBrowserEntry* findEntry (const Glib::ustring& fname); // return the entry if found here return NULL otherwise
void close ();
void setFileBrowserListener (FileBrowserListener* l) { tbl = l; }