~ubuntu-branches/ubuntu/trusty/ktorrent/trusty

« back to all changes in this revision

Viewing changes to ktorrent/groupview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-08-16 05:21:14 UTC
  • mfrom: (1.1.29 upstream) (0.6.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090816052114-8qosmkhvmbl2o19m
Tags: 3.2.3.1+dfsg.1-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #414520)
  - Build-depend directly on libboost-serialization1.38-dev since
    libboost-serialization-dev from boost-defaults is not in Main
  - Add KUBUNTU_DESKTOP_POT to rules
  - Drop libphonon-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                connect(gman,SIGNAL(defaultGroupAdded(Group*)),this,SLOT(defaultGroupAdded(Group*)));
117
117
 
118
118
                current_item = 0;
119
 
                menu = 0;
120
119
                setupActions(gui->actionCollection());
121
120
                
122
121
                
416
415
                
417
416
                open_in_new_tab->setEnabled(g != 0);
418
417
                
419
 
                if (!menu)
420
 
                        menu = (KMenu*)gui->container("GroupsMenu");
421
 
                
 
418
 
 
419
                KMenu* menu = qobject_cast<KMenu*>(gui->container("GroupsMenu"));
422
420
                if (menu)
423
421
                        menu->popup(mapToGlobal(p));
424
422
        }