changeset 1793:c3ddb52f1055

Rename completion_muc_suffix to muc_completion_suffix
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 15 Mar 2010 16:21:40 +0200
parents 572a635234e0
children 58d1390f28ca
files mcabber/mcabber/screen.c mcabber/mcabberrc.example
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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!