Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436536 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/fe-gtk/fe-gtk.c (-1 / +2 lines)
Lines 51-56 Link Here
51
#include "fkeys.h"
51
#include "fkeys.h"
52
#include "plugin-tray.h"
52
#include "plugin-tray.h"
53
#include "urlgrab.h"
53
#include "urlgrab.h"
54
#include "setup.h"
54
55
55
#ifdef USE_XLIB
56
#ifdef USE_XLIB
56
#include <gdk/gdkx.h>
57
#include <gdk/gdkx.h>
Lines 781-787 fe_ctrl_gui (session *sess, fe_gui_action action, int arg) Link Here
781
		mg_detach (sess, arg);	/* arg: 0=toggle 1=detach 2=attach */
782
		mg_detach (sess, arg);	/* arg: 0=toggle 1=detach 2=attach */
782
		break;
783
		break;
783
	case FE_GUI_APPLY:
784
	case FE_GUI_APPLY:
784
		setup_apply_real (TRUE, TRUE);
785
		setup_apply_real (TRUE, TRUE, TRUE);
785
	}
786
	}
786
}
787
}
787
788
(-)a/src/fe-gtk/setup.h (-1 / +1 lines)
Line 0 Link Here
0
- 
1
void setup_apply_real (int new_pix, int do_ulist, int do_layout);

Return to bug 436536