rpms/glib2/devel gio-2.16-only-pass-uri-to-gio-apps.patch,1.2,1.3

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Jul 3 17:26:00 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/glib2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2853

Modified Files:
	gio-2.16-only-pass-uri-to-gio-apps.patch 
Log Message:
Fix a small oversight


gio-2.16-only-pass-uri-to-gio-apps.patch:

Index: gio-2.16-only-pass-uri-to-gio-apps.patch
===================================================================
RCS file: /cvs/extras/rpms/glib2/devel/gio-2.16-only-pass-uri-to-gio-apps.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gio-2.16-only-pass-uri-to-gio-apps.patch	3 Jul 2008 14:57:14 -0000	1.2
+++ gio-2.16-only-pass-uri-to-gio-apps.patch	3 Jul 2008 17:25:28 -0000	1.3
@@ -1,6 +1,6 @@
 diff -up glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps glib-2.17.3/gio/gdesktopappinfo.c
 --- glib-2.17.3/gio/gdesktopappinfo.c.only-pass-uri-to-gio-apps	2008-07-02 17:13:13.000000000 -0400
-+++ glib-2.17.3/gio/gdesktopappinfo.c	2008-07-03 10:55:58.000000000 -0400
++++ glib-2.17.3/gio/gdesktopappinfo.c	2008-07-03 13:21:42.000000000 -0400
 @@ -1,3 +1,5 @@
 +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
 +
@@ -31,7 +31,15 @@
    
    info->icon = NULL;
    if (info->icon_name)
-@@ -517,9 +522,35 @@ expand_macro (char              macro, 
+@@ -392,6 +397,7 @@ g_desktop_app_info_dup (GAppInfo *appinf
+   new_info->exec = g_strdup (info->exec);
+   new_info->binary = g_strdup (info->binary);
+   new_info->path = g_strdup (info->path);
++  new_info->vfs_system = g_strdup (info->vfs_system);
+   new_info->hidden = info->hidden;
+   new_info->terminal = info->terminal;
+   new_info->startup_notify = info->startup_notify;
+@@ -517,9 +523,35 @@ expand_macro (char              macro, 
  {
    GList *uris = *uri_list;
    char *expanded;
@@ -69,7 +77,7 @@
    switch (macro)
      {
      case 'u':
-@@ -528,7 +559,17 @@ expand_macro (char              macro, 
+@@ -528,7 +560,17 @@ expand_macro (char              macro, 
      case 'n':
        if (uris)
  	{
@@ -88,7 +96,7 @@
  	  if (expanded)
  	    {
  	      g_string_append (exec, expanded);
-@@ -545,7 +586,17 @@ expand_macro (char              macro, 
+@@ -545,7 +587,17 @@ expand_macro (char              macro, 
      case 'N':
        while (uris)
  	{




More information about the fedora-extras-commits mailing list