Fixes #318746
2005-10-24 Jens Granseuer <jensgr@gmx.net> Fixes #318746 * gnome-mouse-properties.c (populate_tree_model): gcc 2.95 compilation fixes.
This commit is contained in:
parent
4c13b49727
commit
962e2d3bb0
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-10-24 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
Fixes #318746
|
||||||
|
|
||||||
|
* gnome-mouse-properties.c (populate_tree_model): gcc 2.95 compilation
|
||||||
|
fixes.
|
||||||
|
|
||||||
2005-09-16 Sebastien Bacher <seb128@debian.org>
|
2005-09-16 Sebastien Bacher <seb128@debian.org>
|
||||||
|
|
||||||
* gnome-mouse-properties.c: (populate_tree_model):
|
* gnome-mouse-properties.c: (populate_tree_model):
|
||||||
|
|
|
@ -662,6 +662,7 @@ populate_tree_model(GtkTreeModelSort* model, GtkTreeSelection* selection) {
|
||||||
"/usr/X11R6/lib/X11/icons/",
|
"/usr/X11R6/lib/X11/icons/",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
const gchar *xpaths = g_getenv ("XCURSOR_PATH");
|
||||||
|
|
||||||
gchar **iterator = NULL;
|
gchar **iterator = NULL;
|
||||||
gchar **paths = NULL;
|
gchar **paths = NULL;
|
||||||
|
@ -673,8 +674,6 @@ populate_tree_model(GtkTreeModelSort* model, GtkTreeSelection* selection) {
|
||||||
g_object_unref(client);
|
g_object_unref(client);
|
||||||
client = NULL;
|
client = NULL;
|
||||||
|
|
||||||
const gchar *xpaths = g_getenv ("XCURSOR_PATH");
|
|
||||||
|
|
||||||
if (xpaths != NULL) {
|
if (xpaths != NULL) {
|
||||||
paths = g_strsplit (xpaths, ":", 0);
|
paths = g_strsplit (xpaths, ":", 0);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue