Show
Ignore:
Timestamp:
04/15/08 03:53:20 (8 months ago)
Author:
flynd
Message:

No need to pass user menu pointer to views as it can be accessed through LicqGui::instance anyway.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/dialogs/skinbrowser.cpp

    r6037 r6151  
    735735 
    736736  // Userview 
    737   UserView userView(LicqGui::instance()->contactList(), 0, &w); 
     737  UserView userView(LicqGui::instance()->contactList(), &w); 
    738738  userView.setGeometry(skin->frame.border.left, skin->frame.border.top, 
    739739                        w.width() - skin->frameWidth(), w.height() - skin->frameHeight());