(gtk) #312: Attention notification when using "Open with"

This commit is contained in:
Charles Kerr
2008-02-19 05:52:37 +00:00
parent 3aae015468
commit bcecbbba99
5 changed files with 35 additions and 10 deletions

View File

@@ -16,8 +16,8 @@
#include <gtk/gtkwindow.h>
#include "tr_core.h"
void makeaddwind( GtkWindow * parent,
TrCore * core,
tr_ctor * ctor );
GtkWidget* makeaddwind( GtkWindow * parent,
TrCore * core,
tr_ctor * ctor );
#endif /* TR_GTK_OPEN_DIALOG */