really fix DATADIR and make directory definitions more consistent with
2007-02-13 Jens Granseuer <jensgr@gmx.net> * Makefile.am: * gnome-da-capplet.c: (show_dialog): * gnome-da-xml.c: (gnome_da_xml_load_list): really fix DATADIR and make directory definitions more consistent with other capplets. Closes bug #407597. svn path=/trunk/; revision=7290
This commit is contained in:
parent
6d08f0a4ee
commit
3bc84f6ace
4 changed files with 15 additions and 8 deletions
|
@ -219,8 +219,7 @@ gnome_da_xml_load_list (GnomeDACapplet *capplet)
|
|||
{
|
||||
gchar *filename;
|
||||
|
||||
filename = g_build_filename (DATADIR,
|
||||
"gnome-default-applications",
|
||||
filename = g_build_filename (GNOMECC_DATA_DIR,
|
||||
"gnome-default-applications.xml",
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue