mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Merge remote-tracking branch 'dmitry/fixes'
This commit is contained in:
commit
dd2e3a0bdf
@ -2780,7 +2780,7 @@ _cmd_rooms(gchar **args, struct cmd_help_t help)
|
||||
jabber_conn_status_t conn_status = jabber_get_connection_status();
|
||||
|
||||
if (conn_status != JABBER_CONNECTED) {
|
||||
cons_show("You are currenlty connect.");
|
||||
cons_show("You are not currenlty connected.");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@ -2804,7 +2804,7 @@ _cmd_disco(gchar **args, struct cmd_help_t help)
|
||||
jabber_conn_status_t conn_status = jabber_get_connection_status();
|
||||
|
||||
if (conn_status != JABBER_CONNECTED) {
|
||||
cons_show("You are currenlty connect.");
|
||||
cons_show("You are not currenlty connected.");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -69,8 +69,7 @@ void
|
||||
autocomplete_free(Autocomplete ac)
|
||||
{
|
||||
autocomplete_clear(ac);
|
||||
g_free(ac);
|
||||
ac = NULL;
|
||||
free(ac);
|
||||
}
|
||||
|
||||
gint
|
||||
|
Loading…
Reference in New Issue
Block a user