gtk-engines r1141 - in trunk: . engines/thinice/src
- From: bberg svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1141 - in trunk: . engines/thinice/src
- Date: Thu, 13 Mar 2008 10:25:09 +0000 (GMT)
Author: bberg
Date: Thu Mar 13 10:25:09 2008
New Revision: 1141
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1141&view=rev
Log:
2008-03-13 Benjamin Berg <benjamin sipsolutions net>
* engines/thinice/src/thinice_rc_style.h:
mark_type2 and paned_dots used the same bit (also fixes compiling
with --enable-paranoia)
Modified:
trunk/ChangeLog
trunk/engines/thinice/src/thinice_rc_style.h
Modified: trunk/engines/thinice/src/thinice_rc_style.h
==============================================================================
--- trunk/engines/thinice/src/thinice_rc_style.h (original)
+++ trunk/engines/thinice/src/thinice_rc_style.h Thu Mar 13 10:25:09 2008
@@ -20,7 +20,7 @@
THINICE_FLAG_HANDLEBOX_MARKS = 1 << 3,
THINICE_FLAG_MARK_TYPE1 = 1 << 4,
THINICE_FLAG_MARK_TYPE2 = 1 << 5,
- THINICE_FLAG_PANED_DOTS = 1 << 5,
+ THINICE_FLAG_PANED_DOTS = 1 << 6
} ThiniceRcFlags;
struct _ThiniceRcStyle
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]