rpms/gedit/F-10 gedit-2.24.3-fix-python-path.patch,1.4,1.5

Ray Strode rstrode at fedoraproject.org
Mon Jan 26 21:47:36 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/gedit/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20506

Modified Files:
	gedit-2.24.3-fix-python-path.patch 
Log Message:
fix plugindir name


gedit-2.24.3-fix-python-path.patch:

Index: gedit-2.24.3-fix-python-path.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gedit/F-10/gedit-2.24.3-fix-python-path.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gedit-2.24.3-fix-python-path.patch	26 Jan 2009 21:29:31 -0000	1.4
+++ gedit-2.24.3-fix-python-path.patch	26 Jan 2009 21:47:06 -0000	1.5
@@ -6,7 +6,7 @@
  	struct sigaction old_sigint;
  	gint res;
 -	char *argv[] = { "gedit", NULL };
-+	char *argv[] = { GEDIT_PLUGINS_DIR, NULL };
++	char *argv[] = { GEDIT_PLUGINDIR, NULL };
  	
  	static gboolean init_failed = FALSE;
  




More information about the fedora-extras-commits mailing list