blob: 481d3a265d3b33f598099c22aea7e490240ce037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-plugins_cvs-plugin_cvs-execute.c,v 1.1 2016/05/07 09:55:21 joerg Exp $
--- plugins/cvs-plugin/cvs-execute.c.orig 2016-05-06 12:59:57.000000000 +0000
+++ plugins/cvs-plugin/cvs-execute.c
@@ -218,8 +218,7 @@ cvs_execute_common (CVSPlugin* plugin, c
if (plugin->executing_command)
{
anjuta_util_dialog_error
- (NULL,_("CVS command is running — please wait until it finishes!"),
- NULL);
+ (NULL,_("CVS command is running — please wait until it finishes!"));
return;
}
|