Skip to content
Snippets Groups Projects
Commit 3bf4420c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

rename roster_contact_context_menu.glade to contact_context_menu.glade

parent 5a51f094
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<glade-interface>
<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkMenu" id="roster_contact_context_menu">
<widget class="GtkMenu" id="contact_context_menu">
<child>
<widget class="GtkImageMenuItem" id="start_chat_menuitem">
<property name="label" translatable="yes">Start _Chat</property>
......
......@@ -155,8 +155,8 @@ control=None):
our_jid = jid == gajim.get_jid_from_account(account)
roster = gajim.interface.roster
xml = gtkgui_helpers.get_glade('roster_contact_context_menu.glade')
contact_context_menu = xml.get_widget('roster_contact_context_menu')
xml = gtkgui_helpers.get_glade('contact_context_menu.glade')
contact_context_menu = xml.get_widget('contact_context_menu')
start_chat_menuitem = xml.get_widget('start_chat_menuitem')
execute_command_menuitem = xml.get_widget('execute_command_menuitem')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment