Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
a385666109
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      package/base/inkscape/hotfixes.patch

+ 13
- 0
package/base/inkscape/hotfixes.patch

@ -0,0 +1,13 @@
--- ./src/seltrans.h.orig 2007-11-16 17:09:32.000000000 +0000
+++ ./src/seltrans.h 2007-11-16 17:10:07.000000000 +0000
@@ -138,8 +138,8 @@
NR::Point _origin; ///< position of origin for transforms
NR::Point _point; ///< original position of the knot being used for the current transform
Inkscape::MessageContext _message_context;
- SigC::Connection _sel_changed_connection;
- SigC::Connection _sel_modified_connection;
+ sigc::connection _sel_changed_connection;
+ sigc::connection _sel_modified_connection;
};
}

Loading…
Cancel
Save