[Pidgin] #4042: GTK+ Theme Control Plugin mis-states where settings will be written on Windows
Pidgin
trac at pidgin.im
Fri Nov 23 23:07:33 EST 2007
#4042: GTK+ Theme Control Plugin mis-states where settings will be written on
Windows
--------------------+-------------------------------------------------------
Reporter: rageboy | Owner: lschiere
Type: defect | Status: new
Priority: minor | Component: unclassified
Version: 2.2.2 | Keywords:
Pending: 0 |
--------------------+-------------------------------------------------------
The GTK+ Theme Control Plugin (on Windows) has a button that allows me to
write settings to "%APPDATA%\gtkrc-2.0" when in reality, settings are
written to "%APPDATA%\.purple\gtkrc-2.0". I would like to suggest that the
text on this button is changed to reflect that. I think the relevant code
here is line 356 of the pidgin 2.2.2 source:
const gchar *homepath = "\%APPDATA\%";
should be
const gchar *homepath = "\%APPDATA\%\\.purple";
--
Ticket URL: <http://developer.pidgin.im/ticket/4042>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list