anjuta r4722 - in trunk: . plugins/run-program
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4722 - in trunk: . plugins/run-program
- Date: Mon, 9 Feb 2009 22:02:40 +0000 (UTC)
Author: jhs
Date: Mon Feb 9 22:02:40 2009
New Revision: 4722
URL: http://svn.gnome.org/viewvc/anjuta?rev=4722&view=rev
Log:
2009-02-09 Yuriy Penkin <yuriy penkin gmail com>
* plugins/run-program/plugin.c (on_run_program_activate):
#570720 â There are warnings in some cases when I press cancel in
program arguments dialog
Modified:
trunk/ChangeLog
trunk/plugins/run-program/plugin.c
Modified: trunk/plugins/run-program/plugin.c
==============================================================================
--- trunk/plugins/run-program/plugin.c (original)
+++ trunk/plugins/run-program/plugin.c Mon Feb 9 22:02:40 2009
@@ -183,7 +183,10 @@
}
if (plugin->recent_target == NULL)
{
- run_parameters_dialog_run (plugin);
+ if (run_parameters_dialog_run (plugin) != GTK_RESPONSE_APPLY)
+ {
+ return;
+ }
}
run_plugin_run_program(plugin);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]