# HG changeset patch # User Myhailo Danylenko # Date 1268662900 -7200 # Node ID c3ddb52f10554962b3428bb01f042373650b1090 # Parent 572a635234e07c25c1118aac43c5c0d48751bdf0 Rename completion_muc_suffix to muc_completion_suffix diff -r 572a635234e0 -r c3ddb52f1055 mcabber/mcabber/screen.c --- a/mcabber/mcabber/screen.c Mon Mar 15 00:49:12 2010 +0200 +++ b/mcabber/mcabber/screen.c Mon Mar 15 16:21:40 2010 +0200 @@ -3552,7 +3552,7 @@ // Init completion n = new_completion(prefix, list, (compl_categ == COMPL_RESOURCE ? - settings_opt_get("completion_muc_suffix") : NULL)); + settings_opt_get("muc_completion_suffix") : NULL)); g_free(prefix); if (n == 0 && nrow == -1) { // This is a MUC room and we can't complete from the beginning of the diff -r 572a635234e0 -r c3ddb52f1055 mcabber/mcabberrc.example --- a/mcabber/mcabberrc.example Mon Mar 15 00:49:12 2010 +0200 +++ b/mcabber/mcabberrc.example Mon Mar 15 16:21:40 2010 +0200 @@ -308,10 +308,10 @@ # containing your nickname in a MUC room. #set muc_disable_nick_hl = 0 # -# Set 'completion_muc_suffix' if you want mcabber to append a string to +# Set 'muc_completion_suffix' if you want mcabber to append a string to # suggested nicknames (only at the beginning of a line), like ":" or ",". # (Default: none) -#set completion_muc_suffix = ": " +#set muc_completion_suffix = ": " # Status messages # The 'message' value will override all others, take care!