]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- fix for GNOME build (patch from rawhide).
authorkloczek <kloczek@pld-linux.org>
Wed, 6 Feb 2002 03:45:52 +0000 (03:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchat-fix-USE_GNOME.patch -> 1.1

xchat-fix-USE_GNOME.patch [new file with mode: 0644]

diff --git a/xchat-fix-USE_GNOME.patch b/xchat-fix-USE_GNOME.patch
new file mode 100644 (file)
index 0000000..c330d57
--- /dev/null
@@ -0,0 +1,20 @@
+--- xchat-1.8.7/src/fe-gtk/maingui.c.fix-USE_GNOME     Sun Oct  7 12:21:44 2001
++++ xchat-1.8.7/src/fe-gtk/maingui.c   Sun Oct  7 12:22:05 2001
+@@ -937,7 +937,7 @@
+ void
+ userlist_hide (GtkWidget *igad, session *sess)
+ {
+-#ifdef USE_GNOMEE
++#ifdef USE_GNOME
+       if (sess->userlisthidden > 0)
+       {
+               if (sess->gui->paned)
+@@ -1778,7 +1778,7 @@
+       add_tip (sess->gui->topicgad, _("The channel topic"));
+-#ifdef USE_GNOMEE
++#ifdef USE_GNOME
+       wid = gtkutil_button (sess->gui->window, GNOME_STOCK_PIXMAP_FORWARD, 0,
+                                                                userlist_hide, sess, 0);
+ #else
This page took 0.069397 seconds and 4 git commands to generate.