Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300238 | Differences between
and this patch

Collapse All | Expand All

(-)a/plugins/glade/plugin.c (-1 / +2 lines)
Lines 256-262 on_save_activated (GtkAction *action, GladePlugin *plugin) Link Here
256
256
257
	/* If instead we dont have a path yet, fire up a file selector */
257
	/* If instead we dont have a path yet, fire up a file selector */
258
	filechooser = glade_util_file_dialog_new (_("Save glade file..."),
258
	filechooser = glade_util_file_dialog_new (_("Save glade file..."),
259
									GTK_WINDOW (ANJUTA_PLUGIN (plugin)->shell),
259
											  project,
260
											  GTK_WINDOW (ANJUTA_PLUGIN (plugin)->shell),
260
											  GLADE_FILE_DIALOG_ACTION_SAVE);
261
											  GLADE_FILE_DIALOG_ACTION_SAVE);
261
	
262
	
262
	if (gtk_dialog_run (GTK_DIALOG(filechooser)) == GTK_RESPONSE_OK)
263
	if (gtk_dialog_run (GTK_DIALOG(filechooser)) == GTK_RESPONSE_OK)

Return to bug 300238