Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325274 Details for
Bug 436536
net-irc/xchat-2.8.8-r2 - patches that apply cleanly and fix several issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
one last implicit declaration
0018-Fix-implicit-declaration-of-setup_apply_real-change-.patch (text/plain), 1.17 KB, created by
David J Cozatt
on 2012-09-28 20:33:13 UTC
(
hide
)
Description:
one last implicit declaration
Filename:
MIME Type:
Creator:
David J Cozatt
Created:
2012-09-28 20:33:13 UTC
Size:
1.17 KB
patch
obsolete
>From 3d03ea6ed846e2be9d0cf2e86d0bf60062b4072b Mon Sep 17 00:00:00 2001 >From: Dustin Polke <dustin.polke@uni-siegen.de> >Date: Fri, 12 Aug 2011 11:34:20 +0200 >Subject: [PATCH 2/2] Fix implicit declaration of setup_apply_real(); change syntax as introduced by commit 1206. > >--- > src/fe-gtk/fe-gtk.c | 3 ++- > src/fe-gtk/setup.h | 1 + > 2 files changed, 3 insertions(+), 1 deletions(-) > create mode 100644 src/fe-gtk/setup.h > >diff --git a/src/fe-gtk/fe-gtk.c b/src/fe-gtk/fe-gtk.c >index 251a7d7..85263f0 100644 >--- a/src/fe-gtk/fe-gtk.c >+++ b/src/fe-gtk/fe-gtk.c >@@ -51,6 +51,7 @@ > #include "fkeys.h" > #include "plugin-tray.h" > #include "urlgrab.h" >+#include "setup.h" > > #ifdef USE_XLIB > #include <gdk/gdkx.h> >@@ -781,7 +782,7 @@ fe_ctrl_gui (session *sess, fe_gui_action action, int arg) > mg_detach (sess, arg); /* arg: 0=toggle 1=detach 2=attach */ > break; > case FE_GUI_APPLY: >- setup_apply_real (TRUE, TRUE); >+ setup_apply_real (TRUE, TRUE, TRUE); > } > } > >diff --git a/src/fe-gtk/setup.h b/src/fe-gtk/setup.h >new file mode 100644 >index 0000000..88fcc15 >--- /dev/null >+++ b/src/fe-gtk/setup.h >@@ -0,0 +1 @@ >+void setup_apply_real (int new_pix, int do_ulist, int do_layout); >-- >1.7.3.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436536
:
325242
|
325244
|
325246
|
325248
|
325250
|
325252
|
325254
|
325256
|
325258
|
325260
|
325262
|
325264
|
325266
|
325268
|
325270
|
325272
| 325274 |
325276