(trunk gtk) #3346 "busy icon needed while processing request" -- added.

This commit is contained in:
Charles Kerr
2010-06-26 15:55:19 +00:00
parent 746f02fc02
commit 01a10a2b6e
7 changed files with 179 additions and 109 deletions

View File

@@ -13,8 +13,6 @@
#ifndef TG_MSGWIN_H
#define TG_MSGWIN_H
struct TrCore;
GtkWidget * msgwin_new( struct TrCore * core );
GtkWidget * msgwin_new( TrCore * core );
#endif