summaryrefslogtreecommitdiffstats
path: root/kde/patch/umbrello/umbrello-4.11.4_listitem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/umbrello/umbrello-4.11.4_listitem.patch')
-rw-r--r--kde/patch/umbrello/umbrello-4.11.4_listitem.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch
deleted file mode 100644
index f5cb615..0000000
--- a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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() );
-
-