From e70f226f5c4c2f488f6c4406034a04e128c0ca93 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 16 Oct 2004 13:20:00 +0000 Subject: Disable the unimplemented 'slotRename' and reuse the ToolButton to show the ImageInfo, which was only accessible by keyboard before --- diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp index 6fff5ab..438fbf2 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.cpp +++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp @@ -42,7 +42,6 @@ PMainWindow::PMainWindow(QWidget* wid, const char* name, WFlags style) setCaption( QObject::tr("Opie Eye Caramba" ) ); m_cfg = new Opie::Core::OConfig("phunkview"); m_cfg->setGroup("Zecke_view" ); -// odebug << "Process-wide OApplication object @ " << oApp << oendl; /* * Initialize ToolBar and IconView * And Connect Them @@ -76,7 +75,7 @@ PMainWindow::PMainWindow(QWidget* wid, const char* name, WFlags style) QToolButton*btn = new QToolButton( bar ); btn->setIconSet( Resource::loadIconSet( "edit" ) ); connect( btn, SIGNAL(clicked()), - m_view, SLOT(slotRename()) ); + m_view, SLOT(slotImageInfo()) ); if ( Ir::supported() ) { btn = new QToolButton( bar ); -- cgit v0.9.0.2