Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
94c66e93
Commit
94c66e93
authored
Jul 26, 2012
by
Berke Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make FiSHLiM consistent with recent naming changes
parent
52175f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plugins/fishlim/keystore.c
plugins/fishlim/keystore.c
+2
-2
plugins/fishlim/plugin_xchat.c
plugins/fishlim/plugin_xchat.c
+1
-1
No files found.
plugins/fishlim/keystore.c
View file @
94c66e93
...
...
@@ -36,7 +36,7 @@ static char *keystore_password = NULL;
/**
* Opens the key store file: ~/.config/hexchat/
plugi
n_fishlim.conf
* Opens the key store file: ~/.config/hexchat/
addo
n_fishlim.conf
*/
static
GKeyFile
*
getConfigFile
()
{
gchar
*
filename
=
get_config_filename
();
...
...
@@ -63,7 +63,7 @@ static const char *get_keystore_password() {
/**
* Gets a value for a nick/channel from
plugi
n_fishlim.conf. Unlike
* Gets a value for a nick/channel from
addo
n_fishlim.conf. Unlike
* g_key_file_get_string, this function is case insensitive.
*/
static
gchar
*
get_nick_value
(
GKeyFile
*
keyfile
,
const
char
*
nick
,
const
char
*
item
)
{
...
...
plugins/fishlim/plugin_xchat.c
View file @
94c66e93
...
...
@@ -52,7 +52,7 @@ static xchat_plugin *ph;
* Returns the path to the key store file.
*/
gchar
*
get_config_filename
()
{
return
g_build_filename
(
xchat_get_info
(
ph
,
"xchatdirfs"
),
"
plugi
n_fishlim.conf"
,
NULL
);
return
g_build_filename
(
xchat_get_info
(
ph
,
"xchatdirfs"
),
"
addo
n_fishlim.conf"
,
NULL
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment