]> git.pld-linux.org Git - packages/xchat.git/blame - xchat-fix-USE_GNOME.patch
- updated to 2.0.10
[packages/xchat.git] / xchat-fix-USE_GNOME.patch
CommitLineData
a52e9033 1--- xchat-1.8.7/src/fe-gtk/maingui.c.fix-USE_GNOME Sun Oct 7 12:21:44 2001
2+++ xchat-1.8.7/src/fe-gtk/maingui.c Sun Oct 7 12:22:05 2001
3@@ -937,7 +937,7 @@
4 void
5 userlist_hide (GtkWidget *igad, session *sess)
6 {
7-#ifdef USE_GNOMEE
8+#ifdef USE_GNOME
9 if (sess->userlisthidden > 0)
10 {
11 if (sess->gui->paned)
12@@ -1778,7 +1778,7 @@
13
14 add_tip (sess->gui->topicgad, _("The channel topic"));
15
16-#ifdef USE_GNOMEE
17+#ifdef USE_GNOME
18 wid = gtkutil_button (sess->gui->window, GNOME_STOCK_PIXMAP_FORWARD, 0,
19 userlist_hide, sess, 0);
20 #else
This page took 0.189347 seconds and 4 git commands to generate.