Kaydet (Commit) 385fff7b authored tarafından Colomban Wendling's avatar Colomban Wendling

Merge pull request #1642 from LarsGit223/NoActionCmd

Show status message on attempt to execute empty context action.
...@@ -1500,6 +1500,10 @@ void on_context_action1_activate(GtkMenuItem *menuitem, gpointer user_data) ...@@ -1500,6 +1500,10 @@ void on_context_action1_activate(GtkMenuItem *menuitem, gpointer user_data)
} }
g_free(command_line); g_free(command_line);
} }
else
{
ui_set_statusbar(TRUE, _("No context action set."));
}
g_free(word); g_free(word);
g_free(command); g_free(command);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment