! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Standardize path in src/common/parole-rc-utils.h
Status:
RESOLVED: INVALID

Comments

Description Olivier Duchateau 2013-06-03 21:43:34 CEST
Is it possible to standardize path of PAROLE_RESOURCE_FILE like PAROLE_HISTORY_FILE.

Currently:

#define PAROLE_RESOURCE_FILE 		"xfce4/src/misc/parole-media-player.rc"
#define PAROLE_HISTORY_FILE 		"xfce4/parole/history"

It should be better (I think) like this:

#define PAROLE_RESOURCE_FILE 		"xfce4/parole/parole-media-player.rc"
#define PAROLE_HISTORY_FILE 		"xfce4/parole/history"
Comment 1 Sean Davis editbugs 2013-06-04 01:31:45 CEST
Actually, all of parole's settings are now stored in xfconf.  We are keeping that PAROLE_RESOURCE_FILE definition for the sake of importing settings from previous parole versions.

Thanks for looking out for this and reporting this bug!

Bug #10143

Reported by:
Olivier Duchateau
Reported on: 2013-06-03
Last modified on: 2013-06-04

People

Assignee:
Simon Steinbeiss
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information