summaryrefslogtreecommitdiff
path: root/graphics/pixieplus/files/patch-app_rightclick.cpp
blob: 637940569485c5d17036f5d8c519055d95df00b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- app/rightclick.cpp.orig	Sat Sep 18 22:05:03 2004
+++ app/rightclick.cpp	Sat Sep 18 22:05:36 2004
@@ -220,7 +220,7 @@
             idx = -1;
     }
     if(idx != -1){
-        QStringList itemList(view->itemCatagories(&itemList[idx]));
+        QStringList itemList(view->itemCatagories((Thumbnail*)&itemList[idx]));
         for(it=catList.begin(), i=1000; it != catList.end(); ++it, ++i){
             if(itemList.findIndex((*it)) == -1)
                 addMnu->insertItem((*it), i);