1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

fix minor display bug in aspell plugin

This commit is contained in:
Emmanuel Bouthenot
2006-10-29 13:06:48 +00:00
parent 9d96e3ad33
commit 07dc0c85df
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -904,7 +904,7 @@ weechat_aspell_config_load(void)
weechat_aspell_plugin->free_exploded_string (weechat_aspell_plugin, servers_list);
}
weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
weechat_aspell_plugin->print_server (weechat_aspell_plugin, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
return 1;
}
@@ -979,7 +979,7 @@ weechat_aspell_options_load(void)
aspell_plugin_options.color_name = strdup (_PLUGIN_OPTION_COLOR);
}
weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
weechat_aspell_plugin->print_server (weechat_aspell_plugin, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
return 1;
}
+2 -2
View File
@@ -904,7 +904,7 @@ weechat_aspell_config_load(void)
weechat_aspell_plugin->free_exploded_string (weechat_aspell_plugin, servers_list);
}
weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
weechat_aspell_plugin->print_server (weechat_aspell_plugin, "[%s] [LOAD] configuration loaded", _PLUGIN_NAME);
return 1;
}
@@ -979,7 +979,7 @@ weechat_aspell_options_load(void)
aspell_plugin_options.color_name = strdup (_PLUGIN_OPTION_COLOR);
}
weechat_aspell_plugin->print_server (weechat_aspell_plugin, NULL, NULL, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
weechat_aspell_plugin->print_server (weechat_aspell_plugin, "[%s] [LOAD] options loaded", _PLUGIN_NAME);
return 1;
}