mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Fix deprecated glib call.
2009-02-17 Andre Klapper <a9016009@gmx.de> * demos/gtk-demo/main.c: Fix deprecated glib call. svn path=/trunk/; revision=22349
This commit is contained in:
parent
dfc29dba44
commit
aa22f6c538
@ -1,3 +1,8 @@
|
|||||||
|
2009-02-17 Andre Klapper <a9016009@gmx.de>
|
||||||
|
|
||||||
|
* demos/gtk-demo/main.c:
|
||||||
|
Fix deprecated glib call.
|
||||||
|
|
||||||
2009-02-17 Matthias Clasen <mclasen@redhat.com>
|
2009-02-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
@ -41,7 +41,7 @@ get_democodedir (void)
|
|||||||
|
|
||||||
if (result == NULL)
|
if (result == NULL)
|
||||||
{
|
{
|
||||||
result = g_win32_get_package_installation_directory (NULL, NULL);
|
result = g_win32_get_package_installation_directory_of_module (NULL);
|
||||||
if (result == NULL)
|
if (result == NULL)
|
||||||
result = "unknown-location";
|
result = "unknown-location";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user