Branch: master

d8bc25b0 2014-07-08 09:34:46 Michele Calgaro
Fixed FTBFS caused by commit 745063f.
M klipper/toplevel.cpp
diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp
index ba4b255..d46d867 100644
--- a/klipper/toplevel.cpp
+++ b/klipper/toplevel.cpp
@@ -210,7 +210,7 @@
         else {
             m_pixmap = KSystemTray::loadIcon( "klipper" );
             m_iconOrigWidth = m_pixmap.width();
-            m_iconOrigHeight = m_pixmap,height();
+            m_iconOrigHeight = m_pixmap.height();
         }
     }
     adjustSize();