mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Don't forget to initialize g_system_config_dirs. (#160213, Frederic
2004-12-02 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (g_get_system_config_dirs): Don't forget to initialize g_system_config_dirs. (#160213, Frederic Crozat)
This commit is contained in:
parent
9b925d5087
commit
0860274eea
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_get_system_config_dirs): Don't forget to
|
||||||
|
initialize g_system_config_dirs. (#160213, Frederic Crozat)
|
||||||
|
|
||||||
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_get_system_config_dirs): Don't forget to
|
||||||
|
initialize g_system_config_dirs. (#160213, Frederic Crozat)
|
||||||
|
|
||||||
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_get_system_config_dirs): Don't forget to
|
||||||
|
initialize g_system_config_dirs. (#160213, Frederic Crozat)
|
||||||
|
|
||||||
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_get_system_config_dirs): Don't forget to
|
||||||
|
initialize g_system_config_dirs. (#160213, Frederic Crozat)
|
||||||
|
|
||||||
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gutils.c (g_get_system_config_dirs): Don't forget to
|
||||||
|
initialize g_system_config_dirs. (#160213, Frederic Crozat)
|
||||||
|
|
||||||
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
* glib/gstring.h (g_string_append_c_inline): actually enable (and
|
||||||
|
@ -1668,6 +1668,8 @@ g_get_system_config_dirs (void)
|
|||||||
conf_dirs = "/etc/xdg";
|
conf_dirs = "/etc/xdg";
|
||||||
#endif
|
#endif
|
||||||
conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0);
|
conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0);
|
||||||
|
|
||||||
|
g_system_config_dirs = conf_dir_vector;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
conf_dir_vector = g_system_config_dirs;
|
conf_dir_vector = g_system_config_dirs;
|
||||||
|
Loading…
Reference in New Issue
Block a user