]> git.pld-linux.org Git - packages/QtCurve.git/blobdiff - QtCurve-Gtk2-userjs.patch
- outdated
[packages/QtCurve.git] / QtCurve-Gtk2-userjs.patch
diff --git a/QtCurve-Gtk2-userjs.patch b/QtCurve-Gtk2-userjs.patch
deleted file mode 100644 (file)
index e20b275..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- QtCurve-Gtk2-0.55.1/style/qt_settings.c~   2007-10-24 21:50:40.000000000 +0300
-+++ QtCurve-Gtk2-0.55.1/style/qt_settings.c    2007-12-06 04:43:41.324215032 +0200
-@@ -1126,10 +1126,11 @@
-                      if(-1==lstat(sub, &statbuf))
-                      {
-                          FILE *in=NULL;
-+                         char src[strlen(QTC_MOZILLA_DIR) + MAX_CSS_HOME + 10];
--                         sprintf(sub, QTC_MOZILLA_DIR"/%s-user.js", app);
-+                         sprintf(src, QTC_MOZILLA_DIR"/%s-user.js", app);
--                         if((in=fopen(sub, "r")))
-+                         if((in=fopen(src, "r")))
-                          {
-                              FILE *out=fopen(sub, "w");
This page took 0.111757 seconds and 4 git commands to generate.