summaryrefslogtreecommitdiff
path: root/finch
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-21 03:22:51 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-21 03:22:51 -0500
commit34565520fb62c4287193f1a6d3c10501c89036f2 (patch)
tree6f8dfd7a654b2f721e5de333f6fd651a7af7e4b4 /finch
parent64010771d0a842568ab4e80bd9611658ebe16ecb (diff)
downloadpidgin-34565520fb62c4287193f1a6d3c10501c89036f2.tar.gz
Use the id property of PurpleUiInfo as the directory name to use with XDG_CONFIG_HOME
Testing Done: Ran both finch and pidgin. Verified that they created `build/config/finch3` and `build/config/pidgin3` when run from a devenv environment. Also verified that `gtk-gaim.ini` in `build/config/pidgin3` was no named `build/config/pidgin3/pidgin3.ini`. Reviewed at https://reviews.imfreedom.org/r/1824/
Diffstat (limited to 'finch')
-rw-r--r--finch/libfinch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/libfinch.c b/finch/libfinch.c
index 4bcd19185b..d83dadc1f3 100644
--- a/finch/libfinch.c
+++ b/finch/libfinch.c
@@ -182,7 +182,7 @@ init_libpurple(int argc, char **argv)
purple_core_set_ui_ops(gnt_core_get_ui_ops());
purple_idle_set_ui(finch_idle_new());
- ui_info = purple_ui_info_new("finch", _("Finch"), VERSION,
+ ui_info = purple_ui_info_new("finch3", _("Finch"), VERSION,
"https://pidgin.im",
"https://developer.pidgin.im", "console");