mirror of
https://github.com/moparisthebest/hexchat
synced 2025-02-07 10:50:33 -05:00
Make FiSHLiM consistent with recent naming changes
This commit is contained in:
parent
52175f439a
commit
94c66e935d
@ -36,7 +36,7 @@ static char *keystore_password = NULL;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Opens the key store file: ~/.config/hexchat/plugin_fishlim.conf
|
* Opens the key store file: ~/.config/hexchat/addon_fishlim.conf
|
||||||
*/
|
*/
|
||||||
static GKeyFile *getConfigFile() {
|
static GKeyFile *getConfigFile() {
|
||||||
gchar *filename = get_config_filename();
|
gchar *filename = get_config_filename();
|
||||||
@ -63,7 +63,7 @@ static const char *get_keystore_password() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a value for a nick/channel from plugin_fishlim.conf. Unlike
|
* Gets a value for a nick/channel from addon_fishlim.conf. Unlike
|
||||||
* g_key_file_get_string, this function is case insensitive.
|
* g_key_file_get_string, this function is case insensitive.
|
||||||
*/
|
*/
|
||||||
static gchar *get_nick_value(GKeyFile *keyfile, const char *nick, const char *item) {
|
static gchar *get_nick_value(GKeyFile *keyfile, const char *nick, const char *item) {
|
||||||
|
@ -52,7 +52,7 @@ static xchat_plugin *ph;
|
|||||||
* Returns the path to the key store file.
|
* Returns the path to the key store file.
|
||||||
*/
|
*/
|
||||||
gchar *get_config_filename() {
|
gchar *get_config_filename() {
|
||||||
return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "plugin_fishlim.conf", NULL);
|
return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "addon_fishlim.conf", NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user