From f143221d55b5139588f7f6ba55b7a6fe21dadb4c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 15 Dec 2009 18:09:25 +0000 Subject: rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui --- libempathy-gtk/Makefile.am | 2 +- libempathy-gtk/empathy-contact-selector-dialog.c | 2 +- libempathy-gtk/empathy-contact-selector-dialog.ui | 52 +++++++++++++++++++++++ libempathy-gtk/empathy-new-message-dialog.ui | 52 ----------------------- po/POTFILES.in | 2 +- 5 files changed, 55 insertions(+), 55 deletions(-) create mode 100644 libempathy-gtk/empathy-contact-selector-dialog.ui delete mode 100644 libempathy-gtk/empathy-new-message-dialog.ui diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 3b6aa8c44..f81780d13 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -156,7 +156,7 @@ ui_DATA = \ empathy-status-preset-dialog.ui \ empathy-log-window.ui \ empathy-chat.ui \ - empathy-new-message-dialog.ui + empathy-contact-selector-dialog.ui empathy-gtk-marshal.list: $(libempathy_gtk_la_SOURCES) Makefile.am $(QUIET_GEN)( cd $(srcdir) && \ diff --git a/libempathy-gtk/empathy-contact-selector-dialog.c b/libempathy-gtk/empathy-contact-selector-dialog.c index 249e84481..de9964dc8 100644 --- a/libempathy-gtk/empathy-contact-selector-dialog.c +++ b/libempathy-gtk/empathy-contact-selector-dialog.c @@ -231,7 +231,7 @@ empathy_contact_selector_dialog_init (EmpathyContactSelectorDialog *dialog) /* create a contact manager */ priv->contact_manager = empathy_contact_manager_dup_singleton (); - filename = empathy_file_lookup ("empathy-new-message-dialog.ui", + filename = empathy_file_lookup ("empathy-contact-selector-dialog.ui", "libempathy-gtk"); gui = empathy_builder_get_file (filename, "table_contact", &priv->table_contact, diff --git a/libempathy-gtk/empathy-contact-selector-dialog.ui b/libempathy-gtk/empathy-contact-selector-dialog.ui new file mode 100644 index 000000000..009028ec1 --- /dev/null +++ b/libempathy-gtk/empathy-contact-selector-dialog.ui @@ -0,0 +1,52 @@ + + + + + + True + 2 + 2 + 6 + 6 + + + True + 0 + Account: + + + + + + + + True + 0 + Contact ID: + + + 1 + 2 + + + + + + True + True + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK + + True + + + 1 + 2 + 1 + 2 + + + + + + + diff --git a/libempathy-gtk/empathy-new-message-dialog.ui b/libempathy-gtk/empathy-new-message-dialog.ui deleted file mode 100644 index 009028ec1..000000000 --- a/libempathy-gtk/empathy-new-message-dialog.ui +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - True - 2 - 2 - 6 - 6 - - - True - 0 - Account: - - - - - - - - True - 0 - Contact ID: - - - 1 - 2 - - - - - - True - True - GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - - True - - - 1 - 2 - 1 - 2 - - - - - - - diff --git a/po/POTFILES.in b/po/POTFILES.in index ef2fcfd08..b20058c35 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -39,7 +39,7 @@ libempathy-gtk/empathy-contact-widget.c libempathy-gtk/empathy-irc-network-dialog.c libempathy-gtk/empathy-log-window.c [type: gettext/glade]libempathy-gtk/empathy-log-window.ui -[type: gettext/glade]libempathy-gtk/empathy-new-message-dialog.ui +[type: gettext/glade]libempathy-gtk/empathy-contact-selector-dialog.ui libempathy-gtk/empathy-new-message-dialog.c libempathy-gtk/empathy-presence-chooser.c libempathy-gtk/empathy-sound.c -- cgit v1.2.3