SOURCES: acidlaunch-gcc4.patch (NEW) - compilation fix

witekfl witekfl at pld-linux.org
Tue Mar 18 21:34:00 CET 2008


Author: witekfl                      Date: Tue Mar 18 20:34:00 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- compilation fix

---- Files affected:
SOURCES:
   acidlaunch-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/acidlaunch-gcc4.patch
diff -u /dev/null SOURCES/acidlaunch-gcc4.patch:1.1
--- /dev/null	Tue Mar 18 21:34:00 2008
+++ SOURCES/acidlaunch-gcc4.patch	Tue Mar 18 21:33:55 2008
@@ -0,0 +1,11 @@
+--- acidlaunch-0.5/src/launcherwindow.cc.old	2008-03-18 21:25:53.000000000 +0100
++++ acidlaunch-0.5/src/launcherwindow.cc	2008-03-18 21:26:11.000000000 +0100
+@@ -52,7 +52,7 @@ LauncherWindow::LauncherWindow()
+ 	gtk_widget_realize(_window);
+ 	
+ 	/* ditch the window decorations */
+-	gdk_window_set_decorations(_window->window, (enum GdkWMDecoration)0);
++	gdk_window_set_decorations(_window->window, (GdkWMDecoration)0);
+ 
+ 	/* create the notebook for the main window */
+ 	_notebook = gtk_notebook_new();
================================================================


More information about the pld-cvs-commit mailing list