[libgda] Browser: removed warning from base_tool_command_group_add



commit 84011107d28b96164c2492a4d4ddd856e0bd5db3
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Aug 2 18:02:24 2018 -0500

    Browser: removed warning from base_tool_command_group_add

 tools/base/base-tool-command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/base/base-tool-command.c b/tools/base/base-tool-command.c
index 5cf639ef6..ddc9edc31 100644
--- a/tools/base/base-tool-command.c
+++ b/tools/base/base-tool-command.c
@@ -181,7 +181,7 @@ base_tool_command_group_add (ToolCommandGroup *group, ToolCommand *cmd)
 {
        g_return_if_fail (group);
        g_return_if_fail (cmd);
-       g_return_if_fail (cmd->name && *cmd->name && g_ascii_isalpha (*cmd->name));
+       g_return_if_fail (cmd->name && *cmd->name);
        g_return_if_fail (cmd->group && *cmd->group);
        if (cmd->name && !cmd->name_args) {
                cmd->name_args = cmd->name;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]