]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- obsoleted
authoraflinta <aflinta@pld-linux.org>
Sat, 5 Mar 2005 15:08:31 +0000 (15:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-gucharmap.patch -> 1.2

abiword-gucharmap.patch [deleted file]

diff --git a/abiword-gucharmap.patch b/abiword-gucharmap.patch
deleted file mode 100644 (file)
index 40968cc..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -urN abiword.org/abi/ac-helpers/abi-gucharmap.m4 abiword/abi/ac-helpers/abi-gucharmap.m4
---- abiword.org/abi/ac-helpers/abi-gucharmap.m4        2004-02-20 00:23:52.000000000 +0100
-+++ abiword/abi/ac-helpers/abi-gucharmap.m4    2004-04-25 00:20:51.000000000 +0200
-@@ -33,7 +33,7 @@
- ])
- if test "x$test_cmap" = "xtrue" ; then
--      PKG_CHECK_MODULES(GUCHARMAP,[gucharmap >= 0.7, gucharmap < 1.3.0], [have_cmap=true], [have_cmap=false])
-+      PKG_CHECK_MODULES(GUCHARMAP,[gucharmap >= 0.7], [have_cmap=true], [have_cmap=false])
- fi
- if test "x$have_cmap" = "xtrue" ; then
-diff -urN abiword.org/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp abiword/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp
---- abiword.org/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp      2003-12-18 01:01:29.000000000 +0100
-+++ abiword/abi/src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp  2004-04-25 00:51:18.000000000 +0200
-@@ -516,8 +517,7 @@
-       gtk_box_pack_start(GTK_BOX(hbox),
-                                          m_areaCurrentSym, TRUE, FALSE, 0);
- #else
--
--      m_SymbolMap = gucharmap_charmap_new ();
-+      m_SymbolMap = gucharmap_charmap_new (GUCHARMAP_CHAPTERS(gucharmap_block_chapters_new()));
-       gtk_widget_show (m_SymbolMap);
-       gtk_box_pack_start(GTK_BOX(vboxInsertS), m_SymbolMap, TRUE, TRUE, 0);
This page took 0.110638 seconds and 4 git commands to generate.