- really remove that button now... ETOOMUCHGUENTHER

This commit is contained in:
jasper 2009-10-13 22:53:47 +00:00
parent ce4ec750cf
commit 18d26a58d3
2 changed files with 19 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 2009/10/12 12:03:27 jasper Exp $
# $OpenBSD: Makefile,v 1.77 2009/10/13 22:53:47 jasper Exp $
COMMENT-main= applets for use with the GNOME panel
COMMENT-battstat= GNOME applet for monitoring battery level
@ -6,7 +6,7 @@ COMMENT-battstat= GNOME applet for monitoring battery level
GNOME_PROJECT= gnome-applets
GNOME_VERSION= 2.28.0
PKGNAME-main= gnome-applets2-${VERSION}p0
PKGNAME-main= gnome-applets2-${VERSION}p1
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p0
CATEGORIES= x11

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-mixer_dock_c,v 1.1 2009/10/13 22:53:47 jasper Exp $
gnome-volume-control doesn't get build currently (see gnome/media/Makefile)
--- mixer/dock.c.orig Wed Oct 14 00:46:40 2009
+++ mixer/dock.c Wed Oct 14 00:47:15 2009
@@ -221,10 +221,6 @@ gnome_volume_applet_dock_new (GtkOrientation orientati
g_signal_connect (dock->mute, "toggled", G_CALLBACK (mute_cb), dock);
gtk_box_pack_start (GTK_BOX (innerline), dock->mute, TRUE, TRUE, 0);
- more = gtk_button_new_with_label (_("Volume Control..."));
- g_signal_connect (more, "clicked", G_CALLBACK (launch_mixer_cb), dock);
- gtk_box_pack_end (GTK_BOX (innerline), more, TRUE, TRUE, 0);
-
gtk_container_add (GTK_CONTAINER (dock), frame);
return GTK_WIDGET (dock);