From 1f633bf20747995395b1dcc7001e0c9502104eda Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Thu, 9 May 2013 15:50:15 +0100 Subject: builder: move empathy_builder_* from Empathy to tp-account-widgets This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- src/empathy-new-chatroom-dialog.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/empathy-new-chatroom-dialog.c') diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 5edf45a5a..ad44d2122 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -25,6 +25,7 @@ #include "empathy-new-chatroom-dialog.h" #include +#include #include "empathy-account-chooser.h" #include "empathy-gsettings.h" @@ -747,7 +748,7 @@ empathy_new_chatroom_dialog_init (EmpathyNewChatroomDialog *self) EMPATHY_TYPE_NEW_CHATROOM_DIALOG, EmpathyNewChatroomDialogPriv); filename = empathy_file_lookup ("empathy-new-chatroom-dialog.ui", "src"); - gui = empathy_builder_get_file (filename, + gui = tpaw_builder_get_file (filename, "vbox_new_chatroom", &vbox, "table_grid", &self->priv->table_grid, "label_account", &self->priv->label_account, @@ -763,7 +764,7 @@ empathy_new_chatroom_dialog_init (EmpathyNewChatroomDialog *self) NULL); g_free (filename); - empathy_builder_connect (gui, self, + tpaw_builder_connect (gui, self, "entry_server", "changed", new_chatroom_dialog_entry_changed_cb, "entry_server", "activate", new_chatroom_dialog_entry_server_activate_cb, "entry_server", "focus-out-event", -- cgit v1.2.3