]> git.pld-linux.org Git - packages/devhelp.git/commitdiff
- updated for 2.32.0 auto/th/devhelp-2_32_0-1 auto/ti/devhelp-2_32_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 30 Sep 2010 20:33:11 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devhelp-bookdir.patch -> 1.7

devhelp-bookdir.patch

index f49e78fe693234be7ad366eb5c2b723da7a9b56b..6ba85c1a8872e03d748187b2e3c9b2b282beff9c 100644 (file)
@@ -1,14 +1,14 @@
-diff -urN devhelp-0.22/src/dh-base.c devhelp-0.22.new/src/dh-base.c
---- devhelp-0.22/src/dh-base.c 2008-10-11 00:00:18.000000000 +0200
-+++ devhelp-0.22.new/src/dh-base.c     2008-12-03 20:27:27.000000000 +0100
-@@ -210,6 +210,10 @@
+diff -urN devhelp-2.32.0/src/dh-book-manager.c devhelp-2.32.0.new//src/dh-book-manager.c
+--- devhelp-2.32.0/src/dh-book-manager.c       2010-09-13 12:10:02.000000000 +0200
++++ devhelp-2.32.0.new//src/dh-book-manager.c  2010-09-30 22:25:57.471564288 +0200
+@@ -145,6 +145,10 @@
          dir = g_build_filename (data_dir, "gtk-doc", "html", NULL);
-         base_add_books (base, dir);
+         book_manager_add_from_dir (book_manager, dir);
          g_free (dir);
 +        
 +        dir = g_build_filename (data_dir, "doc", "gtk-doc", "html", NULL);
-+        base_add_books (base, dir);
++        book_manager_add_from_dir (book_manager, dir);
 +        g_free (dir);
  
          dir = g_build_filename (data_dir, "devhelp", "books", NULL);
-         base_add_books (base, dir);
+         book_manager_add_from_dir (book_manager, dir);
This page took 0.040339 seconds and 4 git commands to generate.