pidgin/gtkconv.c

branch
release-2.x.y
changeset 37183
b6e40b0435e1
parent 36256
a437550a9308
child 37193
ab3750dcd85e
child 37639
ac3d0b6d6128
equal deleted inserted replaced
37180:cf498d4b54bb 37183:b6e40b0435e1
351 str = g_string_append(str, "(none)"); 351 str = g_string_append(str, "(none)");
352 } 352 }
353 353
354 tmp = g_string_free(str, FALSE); 354 tmp = g_string_free(str, FALSE);
355 } else { 355 } else {
356 purple_conversation_write(conv, NULL, _("Supported debug options are: plugins version"), 356 purple_conversation_write(conv, NULL, _("Supported debug options are: plugins, version"),
357 PURPLE_MESSAGE_NO_LOG|PURPLE_MESSAGE_ERROR, time(NULL)); 357 PURPLE_MESSAGE_NO_LOG|PURPLE_MESSAGE_ERROR, time(NULL));
358 return PURPLE_CMD_RET_OK; 358 return PURPLE_CMD_RET_OK;
359 } 359 }
360 360
361 markup = g_markup_escape_text(tmp, -1); 361 markup = g_markup_escape_text(tmp, -1);

mercurial