summaryrefslogtreecommitdiff
path: root/graphics/showimg/patches/patch-aa
blob: 4999d32c8808098042ef3aaec904377d406d6e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1 2006/10/14 21:26:47 markd Exp $

--- showimg/showimg/imagelistview.cpp.orig	2006-01-07 21:48:04.000000000 +1300
+++ showimg/showimg/imagelistview.cpp
@@ -542,7 +542,9 @@ ImageListView::initMenu(KActionCollectio
 	////////
 	m_popup->insertSeparator();
 	aImageInfo->plug(m_popup);
+#ifdef WANT_LIBKEXIDB
 	if(mw->getCategoryDBManager()->isConnected()) aCategoryProperties->plug(m_popup);
+#endif
 	aFileProperties->plug(m_popup);
 }