[Bug 115850] New: Remove all the ImagePlugins menu entries when unchecking the plugins in Settings->Configure ShowFoto...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 115850] New: Remove all the ImagePlugins menu entries when unchecking the plugins in Settings->Configure ShowFoto...

Tung NGUYEN
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115850         
           Summary: Remove all the ImagePlugins menu entries when unchecking
                    the plugins in Settings->Configure ShowFoto...
           Product: showfoto
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: ntung free fr


Version:           0.3.0 (packaged with DigiKam 0.8.0-beta2) (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
OS:                Linux

When unchecking the Image Plugins in Settings->Configure ShowFoto..., their menu entries are not removed in the ShowFoto main menu and if you re-check them then the menu entries are displayed twice...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 115850] Remove all the ImagePlugins menu entries when unchecking the plugins in Settings->Configure ShowFoto...

Gilles Caulier
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115850         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2005-11-07 12:05 -------
SVN commit 478627 by cgilles:

Unload image plugins list properly before to reload it.
CCBUG : 115850

 M  +2 -2      showfoto.cpp  


--- trunk/extragear/graphics/digikam/showfoto/showfoto.cpp #478626:478627
 @ -89,6 +89,7  @
 ShowFoto::ShowFoto(const KURL::List& urlList)
         : KMainWindow( 0, "Showfoto" )
 {
+    m_currentItem            = 0;
     m_itemsNb                = 0;
     m_splash                 = 0;
     m_BCGAction              = 0;
 @ -98,7 +99,6  @
     m_fullScreenHideThumbBar = true;
     m_config                 = kapp->config();
     m_config->setGroup("ImageViewer Settings");
-    m_currentItem = 0;
 
     if(m_config->readBoolEntry("ShowSplash", true) &&
        !kapp->isRestored())
 @ -1271,9 +1271,9  @
     if (setup.exec() != QDialog::Accepted)
         return;
 
+    unLoadPlugins();
     m_imagePluginLoader->loadPluginsFromList(setup.pluginsPage_->getImagePluginsListEnable());
     m_config->sync();
-    unLoadPlugins();
     loadPlugins();
     applySettings();
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel