mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
new name after fork
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "hexchat.h"
|
||||
#include "zoitechat.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "fe.h"
|
||||
#include "server.h"
|
||||
#include "text.h"
|
||||
#include "util.h" /* token_foreach */
|
||||
#include "hexchatc.h"
|
||||
#include "zoitechatc.h"
|
||||
|
||||
#include "servlist.h"
|
||||
|
||||
@@ -984,7 +984,7 @@ servlist_load (void)
|
||||
g_free (oldfile);
|
||||
g_free (newfile);
|
||||
|
||||
fp = hexchat_fopen_file ("servlist.conf", "r", 0);
|
||||
fp = zoitechat_fopen_file ("servlist.conf", "r", 0);
|
||||
if (!fp)
|
||||
return FALSE;
|
||||
|
||||
@@ -1127,7 +1127,7 @@ servlist_save (void)
|
||||
first = TRUE;
|
||||
#endif
|
||||
|
||||
fp = hexchat_fopen_file ("servlist.conf", "w", 0);
|
||||
fp = zoitechat_fopen_file ("servlist.conf", "w", 0);
|
||||
if (!fp)
|
||||
{
|
||||
#ifndef WIN32
|
||||
|
||||
Reference in New Issue
Block a user