]> git.0d.be Git - empathy.git/commitdiff
remove 'edit->personnal information' menu
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 20 Jan 2012 12:46:08 +0000 (13:46 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 20 Jan 2012 12:47:48 +0000 (13:47 +0100)
It's done in empathy-accounts now.

https://bugzilla.gnome.org/show_bug.cgi?id=668336

src/empathy-roster-window-menubar.ui
src/empathy-roster-window.c

index 0bb5d14f0fd3cbfd0946be5244e6c835d55fd600..d342abca80fc9b8750b1618bcfb710e3cca204e8 100644 (file)
           </object>
           <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>
           <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/>
index f45474cf2c265ac6b1e5be2a053a203afa8e2bd6..575f719c1f8e76ee0ff689e45cfd16d9edfbbf79 100644 (file)
@@ -1940,13 +1940,6 @@ roster_window_edit_accounts_cb (GtkAction *action,
       NULL, FALSE, FALSE);
 }
 
-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,