Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ekg/files: ekg-1.8_rc1-gtkutil-button-decl.patch
Date: Sat, 13 Sep 2008 20:39:04
Message-Id: E1KebtV-0006O5-Oo@stork.gentoo.org
1 spock 08/09/13 20:39:01
2
3 Added: ekg-1.8_rc1-gtkutil-button-decl.patch
4 Log:
5 Version bump.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
7
8 Revision Changes Path
9 1.1 net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/files/ekg-1.8_rc1-gtkutil-button-decl.patch?rev=1.1&content-type=text/plain
13
14 Index: ekg-1.8_rc1-gtkutil-button-decl.patch
15 ===================================================================
16 diff -Naurp ekg-1.8rc1-orig/src/ui-gtk-chanview-tabs.c ekg-1.8rc1/src/ui-gtk-chanview-tabs.c
17 --- ekg-1.8rc1-orig/src/ui-gtk-chanview-tabs.c 2008-09-13 22:33:25.000000000 +0200
18 +++ ekg-1.8rc1/src/ui-gtk-chanview-tabs.c 2008-09-13 22:33:48.000000000 +0200
19 @@ -1,4 +1,5 @@
20 /* file included in chanview.c */
21 +GtkWidget *gtkutil_button(GtkWidget *box, char *stock, char *tip, void *callback, void *userdata, char *labeltext);
22
23 typedef struct {
24 GtkWidget *outer; /* outer box */