rpms/libgnomeui/devel gnomeui-obex-filechooser-crash.patch,1.1,1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon May 19 19:07:05 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/libgnomeui/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv483

Modified Files:
	gnomeui-obex-filechooser-crash.patch 
Log Message:
Fix typo


gnomeui-obex-filechooser-crash.patch:

Index: gnomeui-obex-filechooser-crash.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libgnomeui/devel/gnomeui-obex-filechooser-crash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnomeui-obex-filechooser-crash.patch	19 May 2008 18:15:39 -0000	1.1
+++ gnomeui-obex-filechooser-crash.patch	19 May 2008 19:06:06 -0000	1.2
@@ -20,7 +20,7 @@
 +    gchar *d_name;
 +
 +    name = g_file_info_get_name (file_info);
-+    d__name = g_filename_display_name (name);
++    d_name = g_filename_display_name (name);
 +    gtk_file_info_set_display_name (info, d_name);
 +    g_free (d_name);
 +  } else {




More information about the fedora-extras-commits mailing list