summaryrefslogtreecommitdiffstats
path: root/kde/patch/umbrello
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kde/patch/umbrello.patch2
-rw-r--r--kde/patch/umbrello/umbrello-4.11.4_listitem.patch13
-rw-r--r--kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gzbin255 -> 0 bytes
3 files changed, 14 insertions, 1 deletions
diff --git a/kde/patch/umbrello.patch b/kde/patch/umbrello.patch
index 6cfeacc..96c9e17 100644
--- a/kde/patch/umbrello.patch
+++ b/kde/patch/umbrello.patch
@@ -1,5 +1,5 @@
# Fix compilation error (undefined listitem in classifierlistpage.cpp)
# Fixed post KDE 4.11.4 in
# http://quickgit.kde.org/?p=umbrello.git&a=commit&h=5f9f6a68716a8aced2c5f962247d9b05b326fcf5
-#zcat $CWD/patch/umbrello/umbrello-4.11.4_listitem.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+#cat $CWD/patch/umbrello/umbrello-4.11.4_listitem.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch
new file mode 100644
index 0000000..f5cb615
--- /dev/null
+++ b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch
@@ -0,0 +1,13 @@
+--- a/umbrello/dialogs/classifierlistpage.cpp
++++ b/umbrello/dialogs/classifierlistpage.cpp
+@@ -346,7 +346,7 @@
+ }
+
+ if (itemIndex >= 0 && (itemIndex < getItemList().size())) {
+- listItem = getItemList().at( itemIndex );
++ UMLClassifierListItem* listItem = getItemList().at( itemIndex );
+
+ //now update screen
+ m_docTE->setText( listItem->doc() );
+
+
diff --git a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz
deleted file mode 100644
index f40ab91..0000000
--- a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz
+++ /dev/null
Binary files differ