Oops, missed one. s/g_copy_strings/g_strconcat/
Этот коммит содержится в:
родитель
9f49c95274
Коммит
19dbd60958
@ -1,6 +1,6 @@
|
||||
1998-12-30 Jeff Garzik <jgarzik@pobox.com>
|
||||
|
||||
* gprop.c: s/g_copy_strings/g_strconcat/
|
||||
* gprop.c, gpopup.c: s/g_copy_strings/g_strconcat/
|
||||
|
||||
1998-12-30 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
|
@ -91,7 +91,7 @@ desktop_icon_properties (GtkWidget *widget, desktop_icon_info *dii)
|
||||
int retval;
|
||||
char *path;
|
||||
|
||||
path = g_copy_strings (getenv("HOME"), "/desktop/", dii->filename, NULL);
|
||||
path = g_strconcat (getenv("HOME"), "/desktop/", dii->filename, NULL);
|
||||
retval = item_properties (dii->dicon, path, dii);
|
||||
g_free(path);
|
||||
if (retval)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user