Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
oops again
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/justin/tmp/tmp/svn/neatstuff/trunk@18 972056c0-ec0e-4c9f-ad5b-9eb1d9b6bad5
  • Loading branch information
mblsha committed Jun 29, 2003
1 parent a52a9c7 commit 5861167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiwidgets/psitextview.cpp
Expand Up @@ -71,7 +71,7 @@ QPopupMenu *URLObject::createPopupMenu(const QString &l)

#ifndef WIDGET_PLUGIN
if ( icon )
m->insertItem(QIconSet(*icon), action, this, SLOT(popupAction()));
m->insertItem(/*QIconSet(*/ *icon /*)*/, action, this, SLOT(popupAction()));
else
#endif
m->insertItem(action, this, SLOT(popupAction()));
Expand Down

0 comments on commit 5861167

Please sign in to comment.