summaryrefslogtreecommitdiff
path: root/graphics/showimg/files/patch-showimg-showimg-imagelistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/showimg/files/patch-showimg-showimg-imagelistview.cpp')
-rw-r--r--graphics/showimg/files/patch-showimg-showimg-imagelistview.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/showimg/files/patch-showimg-showimg-imagelistview.cpp b/graphics/showimg/files/patch-showimg-showimg-imagelistview.cpp
deleted file mode 100644
index 1b4363e5cef0..000000000000
--- a/graphics/showimg/files/patch-showimg-showimg-imagelistview.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
---- showimg/showimg/imagelistview.cpp.orig Sat Jan 28 23:00:28 2006
-+++ showimg/showimg/imagelistview.cpp Sat Jan 28 23:01:24 2006
-@@ -28,6 +28,8 @@
- * *
- ***************************************************************************/
-
-+#include <stdlib.h>
-+
- #include "imagelistview.h"
-
- // Local
-@@ -542,7 +542,9 @@
- ////////
- m_popup->insertSeparator();
- aImageInfo->plug(m_popup);
-+#ifdef WANT_LIBKEXIDB
- if(mw->getCategoryDBManager()->isConnected()) aCategoryProperties->plug(m_popup);
-+#endif
- aFileProperties->plug(m_popup);
- }
-