Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Mar 18, 2014
1 parent b013fa8 commit 524d7c7
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions usr/lib/linuxmint/mintMenu/plugins/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,13 +1045,8 @@ def menuPopup( self, widget, event ):
startupMenuItem.set_active( False )
startupMenuItem.connect( "toggled", self.onAddToStartup, widget )

<<<<<<< HEAD
mTree.connect( 'deactivate', self.onMenuPopupDeactivate)
gtk.gtk_menu_popup(hash(mTree), None, None, None, None, event.button, event.time)
=======
self.mintMenuWin.stopHiding()
gtk.gtk_menu_popup(hash(mTree), None, None, None, None, 0, 0)
>>>>>>> b14e2e04503d8451b679e3f1f9e43b6a9758047f
gtk.gtk_menu_popup(hash(mTree), None, None, None, None, event.button, event.time)


def searchPopup( self, widget=None, event=None ):
Expand Down Expand Up @@ -1127,24 +1122,15 @@ def searchPopup( self, widget=None, event=None ):
menu.append(menuItem)

menu.show_all()
<<<<<<< HEAD

gtk.gtk_menu_popup(hash(menu), None, None, None, None, event.button, event.time)
=======
self.mintMenuWin.stopHiding()
gtk.gtk_menu_popup(hash(menu), None, None, None, None, 3, 0)
>>>>>>> b14e2e04503d8451b679e3f1f9e43b6a9758047f
gtk.gtk_menu_popup(hash(menu), None, None, None, None, event.button, event.time)

#menu.attach_to_widget(self.searchButton, None)
#menu.reposition()
#menu.reposition()
#self.mintMenuWin.grab()
<<<<<<< HEAD
menu.connect( 'deactivate', self.onMenuPopupDeactivate)

=======
self.focusSearchEntry()
>>>>>>> b14e2e04503d8451b679e3f1f9e43b6a9758047f
return True

def pos_func(self, menu=None):
Expand Down

0 comments on commit 524d7c7

Please sign in to comment.