summaryrefslogtreecommitdiff
path: root/src/plugins/notify/notify.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-10-18 19:31:40 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-10-18 19:31:40 +0200
commit3b81a4746a4e0b648df1e05c79e077cc93b69459 (patch)
tree0914480d42a49b709763facafd2706706f3cbc32 /src/plugins/notify/notify.c
parent8511f9a77e45307389f54afa8ddfc1e112f0f59c (diff)
downloadweechat-3b81a4746a4e0b648df1e05c79e077cc93b69459.zip
Add new argument "value" to function config_new_option
Diffstat (limited to 'src/plugins/notify/notify.c')
-rw-r--r--src/plugins/notify/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/notify/notify.c b/src/plugins/notify/notify.c
index 9c4ed29e4..9c79d07d9 100644
--- a/src/plugins/notify/notify.c
+++ b/src/plugins/notify/notify.c
@@ -291,7 +291,7 @@ notify_config_create_option (void *data, struct t_config_file *config_file,
config_file, section,
option_name, "integer", NULL,
"none|highlight|message|all",
- 0, 0, value, NULL, NULL, NULL, NULL, NULL, NULL);
+ 0, 0, "", value, NULL, NULL, NULL, NULL, NULL, NULL);
rc = (ptr_option) ?
WEECHAT_CONFIG_OPTION_SET_OK_SAME_VALUE : WEECHAT_CONFIG_OPTION_SET_ERROR;
}