murrine r30 - in trunk: . src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r30 - in trunk: . src
- Date: Thu, 13 Mar 2008 11:43:25 +0000 (GMT)
Author: acimitan
Date: Thu Mar 13 11:43:25 2008
New Revision: 30
URL: http://svn.gnome.org/viewvc/murrine?rev=30&view=rev
Log:
2008-03-13 Andrea Cimitan <andrea cimitan gmail com>
* src/cairo-support.c: (murrine_get_parent_bg):
Got the notebook check a bit wrong earlier
Modified:
trunk/ChangeLog
trunk/src/cairo-support.c
Modified: trunk/src/cairo-support.c
==============================================================================
--- trunk/src/cairo-support.c (original)
+++ trunk/src/cairo-support.c Thu Mar 13 11:43:25 2008
@@ -256,7 +256,7 @@
stop |= !GTK_WIDGET_NO_WINDOW (parent);
stop |= GTK_IS_NOTEBOOK (parent) &&
- !gtk_notebook_get_show_tabs (GTK_NOTEBOOK (parent)) &&
+ gtk_notebook_get_show_tabs (GTK_NOTEBOOK (parent)) &&
gtk_notebook_get_show_border (GTK_NOTEBOOK (parent));
if (GTK_IS_TOOLBAR (parent))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]