[Xfce4-commits] r29755 - in thunar/branches/migration-to-gio: . thunar
Jannis Pohlmann
jannis at xfce.org
Fri Apr 10 21:42:52 CEST 2009
Author: jannis
Date: 2009-04-10 19:42:52 +0000 (Fri, 10 Apr 2009)
New Revision: 29755
Modified:
thunar/branches/migration-to-gio/ChangeLog
thunar/branches/migration-to-gio/thunar/thunar-gio-extensions.c
Log:
* thunar/thunar-gio-extensions.c: Remove unused variable in
g_file_list_new_from_string().
Modified: thunar/branches/migration-to-gio/ChangeLog
===================================================================
--- thunar/branches/migration-to-gio/ChangeLog 2009-04-10 19:42:47 UTC (rev 29754)
+++ thunar/branches/migration-to-gio/ChangeLog 2009-04-10 19:42:52 UTC (rev 29755)
@@ -1,5 +1,10 @@
2009-04-10 Jannis Pohlmann <jannis at xfce.org>
+ * thunar/thunar-gio-extensions.c: Remove unused variable in
+ g_file_list_new_from_string().
+
+2009-04-10 Jannis Pohlmann <jannis at xfce.org>
+
* thunar/Makefile.am, thunar/thunar-gio-extensions.{c,h}: Add a set of
functions extending the GIO API, like g_file_new_for_home(),
g_file_list_new_from_string(), g_file_list_to_string() and more.
Modified: thunar/branches/migration-to-gio/thunar/thunar-gio-extensions.c
===================================================================
--- thunar/branches/migration-to-gio/thunar/thunar-gio-extensions.c 2009-04-10 19:42:47 UTC (rev 29754)
+++ thunar/branches/migration-to-gio/thunar/thunar-gio-extensions.c 2009-04-10 19:42:52 UTC (rev 29755)
@@ -86,10 +86,9 @@
GList *
g_file_list_new_from_string (const gchar *string)
{
- GFile *file;
- GList *list = NULL;
- gchar **uris;
- gsize n;
+ GList *list = NULL;
+ gchar **uris;
+ gsize n;
uris = g_uri_list_extract_uris (string);
More information about the Xfce4-commits
mailing list