(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

@@ -117,7 +117,7 @@ startToggled( GtkToggleButton * tb, gpointer ctor )
tr_ctorSetPaused( ctor, TR_FORCE, !gtk_toggle_button_get_active( tb ) );
}
void
GtkWidget*
promptfordir( GtkWindow * parent, TrCore * core, GList * files, tr_ctor * ctor )
{
uint8_t flag = 0;
@@ -171,7 +171,8 @@ promptfordir( GtkWindow * parent, TrCore * core, GList * files, tr_ctor * ctor )
g_signal_connect( G_OBJECT( wind ), "response",
G_CALLBACK( promptresp ), stuff );
gtk_widget_show_all(wind);
gtk_widget_show_all( wind );
return wind;
}
/***