pidgin/pidgin

Parents 4266008a7791
Children 4d28bd5054bb
Remove the "Send To" menu from the new ConversationWindow menu as it will be moving to infobar in the future

Testing Done:
Compiled and ran locally.

Reviewed at https://reviews.imfreedom.org/r/255/
--- a/pidgin/pidginconversationwindow.c Wed Nov 25 00:43:41 2020 -0600
+++ b/pidgin/pidginconversationwindow.c Tue Dec 01 00:12:42 2020 -0600
@@ -25,8 +25,6 @@
struct _PidginConversationWindow {
GtkApplicationWindow parent;
- GMenu *send_to_menu;
-
GtkWidget *vbox;
};
@@ -55,8 +53,6 @@
gtk_box_pack_start(GTK_BOX(window->vbox), menubar, FALSE, FALSE, 0);
gtk_widget_show(menubar);
- window->send_to_menu = (GMenu *)gtk_builder_get_object(builder, "send-to");
-
g_object_unref(G_OBJECT(builder));
}
--- a/pidgin/resources/Conversations/menu.ui Wed Nov 25 00:43:41 2020 -0600
+++ b/pidgin/resources/Conversations/menu.ui Tue Dec 01 00:12:42 2020 -0600
@@ -135,9 +135,5 @@
</item>
</section>
</submenu>
- <submenu>
- <attribute name="label" translatable="yes">S_end To</attribute>
- <section id="send-to"></section>
- </submenu>
</menu>
</interface>