summaryrefslogtreecommitdiffstats
path: root/kde/patch/umbrello/umbrello-4.11.4_listitem.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
2 files changed, 13 insertions, 0 deletions
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