- don't display the "edit personal information button", it's not

implemented.
This commit is contained in:
jasper 2008-05-13 13:06:55 +00:00
parent 0c875be623
commit a472106929
2 changed files with 20 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2008/04/17 08:46:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2008/05/13 13:06:55 jasper Exp $
COMMENT= telepathy based messenger for the Gnome desktop
GNOME_PROJECT= empathy
GNOME_VERSION= 0.14
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
SHARED_LIBS += empathy 0.0 # .4.0
SHARED_LIBS += empathy-gtk 0.0 # .5.0
CATEGORIES= net

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-libempathy-gtk_empathy-main-window_glade,v 1.1 2008/05/13 13:06:55 jasper Exp $
--- libempathy-gtk/empathy-main-window.glade.orig Tue May 13 06:56:18 2008
+++ libempathy-gtk/empathy-main-window.glade Tue May 13 06:56:22 2008
@@ -189,14 +189,6 @@
</child>
<child>
- <widget class="GtkMenuItem" id="edit_personal_information">
- <property name="visible">True</property>
- <property name="label" translatable="yes">_Personal Information</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
-
- <child>
<widget class="GtkSeparatorMenuItem" id="separator2">
<property name="visible">True</property>
</widget>