[anjuta] run-plugin: Fixes "no"-button action in re-run dialog (LP: #434694)
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] run-plugin: Fixes "no"-button action in re-run dialog (LP: #434694)
- Date: Sat, 28 Nov 2009 09:54:42 +0000 (UTC)
commit c08b62019b501721ab3dd1e855371127eb5a6dd4
Author: Johannes Schmid <jhs gnome org>
Date: Sat Nov 28 10:54:26 2009 +0100
run-plugin: Fixes "no"-button action in re-run dialog (LP: #434694)
Thanks Ubuntu guys for not upstreaming this...
plugins/run-program/plugin.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/run-program/plugin.c b/plugins/run-program/plugin.c
index 2a97d3a..4b692e9 100644
--- a/plugins/run-program/plugin.c
+++ b/plugins/run-program/plugin.c
@@ -194,6 +194,8 @@ on_run_program_activate (GtkAction* action, RunProgramPlugin* plugin)
{
run_plugin_kill_program (plugin, FALSE);
}
+ else
+ return;
}
if (plugin->recent_target == NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]