]> git.pld-linux.org Git - packages/acidlaunch.git/commitdiff
- compilation fix
authorwitekfl <witekfl@pld-linux.org>
Tue, 18 Mar 2008 20:33:55 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acidlaunch-gcc4.patch -> 1.1

acidlaunch-gcc4.patch [new file with mode: 0644]

diff --git a/acidlaunch-gcc4.patch b/acidlaunch-gcc4.patch
new file mode 100644 (file)
index 0000000..b3948b8
--- /dev/null
@@ -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();
This page took 0.047664 seconds and 4 git commands to generate.