[empathy] remove 'edit->personnal information' menu
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] remove 'edit->personnal information' menu
- Date: Fri, 20 Jan 2012 12:56:55 +0000 (UTC)
commit 37ed9b06e807879e60cc9dbc2fa5b17bc620178b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Jan 20 13:46:08 2012 +0100
remove 'edit->personnal information' menu
It's done in empathy-accounts now.
https://bugzilla.gnome.org/show_bug.cgi?id=668336
src/empathy-roster-window-menubar.ui | 7 -------
src/empathy-roster-window.c | 8 --------
2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/src/empathy-roster-window-menubar.ui b/src/empathy-roster-window-menubar.ui
index 0bb5d14..d342abc 100644
--- a/src/empathy-roster-window-menubar.ui
+++ b/src/empathy-roster-window-menubar.ui
@@ -109,12 +109,6 @@
<accelerator key="F4" modifiers=""/>
</child>
<child>
- <object class="GtkAction" id="edit_personal_information">
- <property name="name">edit_personal_information</property>
- <property name="label" translatable="yes">_Personal Information</property>
- </object>
- </child>
- <child>
<object class="GtkAction" id="edit_blocked_contacts">
<property name="name">edit_blocked_contacts</property>
<property name="label" translatable="yes">_Blocked Contacts</property>
@@ -263,7 +257,6 @@
<menuitem action="edit_context"/>
<separator name="edit_context_separator"/>
<menuitem action="edit_accounts"/>
- <menuitem action="edit_personal_information"/>
<menuitem action="edit_search_contacts"/>
<menuitem action="edit_blocked_contacts"/>
<separator/>
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index f45474c..575f719 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -1941,13 +1941,6 @@ roster_window_edit_accounts_cb (GtkAction *action,
}
static void
-roster_window_edit_personal_information_cb (GtkAction *action,
- EmpathyRosterWindow *self)
-{
- empathy_contact_personal_dialog_show (GTK_WINDOW (self));
-}
-
-static void
roster_window_edit_blocked_contacts_cb (GtkAction *action,
EmpathyRosterWindow *self)
{
@@ -2365,7 +2358,6 @@ empathy_roster_window_init (EmpathyRosterWindow *self)
"view_show_map", "activate", roster_window_view_show_map_cb,
"edit", "activate", roster_window_edit_cb,
"edit_accounts", "activate", roster_window_edit_accounts_cb,
- "edit_personal_information", "activate", roster_window_edit_personal_information_cb,
"edit_blocked_contacts", "activate", roster_window_edit_blocked_contacts_cb,
"edit_preferences", "activate", roster_window_edit_preferences_cb,
"edit_search_contacts", "activate", roster_window_edit_search_contacts_cb,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]