mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Use GTK_DATADIR/{icons,pixmaps} instead of
Thu Nov 13 01:46:32 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (gtk_icon_theme_init): Use GTK_DATADIR/{icons,pixmaps} instead of GTK_DATA_PREFIX/{icons,pixmaps}. (#123365, Marco Pesenti Gritti)
This commit is contained in:
parent
bdb8bd13db
commit
99a9ad8ce9
@ -1,3 +1,9 @@
|
||||
Thu Nov 13 01:46:32 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_init): Use
|
||||
GTK_DATADIR/{icons,pixmaps} instead of
|
||||
GTK_DATA_PREFIX/{icons,pixmaps}. (#123365, Marco Pesenti Gritti)
|
||||
|
||||
Wed Nov 12 21:40:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Changes to improve menu positioning on Xinerama (#108328, #126150):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Nov 13 01:46:32 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_init): Use
|
||||
GTK_DATADIR/{icons,pixmaps} instead of
|
||||
GTK_DATA_PREFIX/{icons,pixmaps}. (#123365, Marco Pesenti Gritti)
|
||||
|
||||
Wed Nov 12 21:40:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Changes to improve menu positioning on Xinerama (#108328, #126150):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Nov 13 01:46:32 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_init): Use
|
||||
GTK_DATADIR/{icons,pixmaps} instead of
|
||||
GTK_DATA_PREFIX/{icons,pixmaps}. (#123365, Marco Pesenti Gritti)
|
||||
|
||||
Wed Nov 12 21:40:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Changes to improve menu positioning on Xinerama (#108328, #126150):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Nov 13 01:46:32 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_init): Use
|
||||
GTK_DATADIR/{icons,pixmaps} instead of
|
||||
GTK_DATA_PREFIX/{icons,pixmaps}. (#123365, Marco Pesenti Gritti)
|
||||
|
||||
Wed Nov 12 21:40:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Changes to improve menu positioning on Xinerama (#108328, #126150):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Nov 13 01:46:32 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_init): Use
|
||||
GTK_DATADIR/{icons,pixmaps} instead of
|
||||
GTK_DATA_PREFIX/{icons,pixmaps}. (#123365, Marco Pesenti Gritti)
|
||||
|
||||
Wed Nov 12 21:40:10 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Changes to improve menu positioning on Xinerama (#108328, #126150):
|
||||
|
@ -532,8 +532,8 @@ gtk_icon_theme_init (GtkIconTheme *icon_theme)
|
||||
priv->search_path[0] = g_build_filename (g_get_home_dir (),
|
||||
".icons",
|
||||
NULL);
|
||||
priv->search_path[1] = g_build_filename (GTK_DATA_PREFIX, "pixmaps", NULL);
|
||||
priv->search_path[2] = g_build_filename (GTK_DATA_PREFIX, "icons", NULL);
|
||||
priv->search_path[1] = g_build_filename (GTK_DATADIR, "pixmaps", NULL);
|
||||
priv->search_path[2] = g_build_filename (GTK_DATADIR, "icons", NULL);
|
||||
priv->search_path[3] = g_strdup ("/usr/share/icons");
|
||||
priv->search_path[4] = g_strdup ("/usr/share/pixmaps");
|
||||
priv->search_path_len = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user