SF.net SVN: geany: [1162] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jan 6 17:16:43 UTC 2007


Revision: 1162
          http://svn.sourceforge.net/geany/?rev=1162&view=rev
Author:   eht16
Date:     2007-01-06 09:16:43 -0800 (Sat, 06 Jan 2007)

Log Message:
-----------
Fixed missing colouring of tab menu label.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/ui_utils.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-01-06 15:38:44 UTC (rev 1161)
+++ trunk/ChangeLog	2007-01-06 17:16:43 UTC (rev 1162)
@@ -11,6 +11,7 @@
  * geany.glade, doc/geany.docbook, src/callbacks.c, src/callbacks.h,
    src/interface.c, src/templates.c, src/templates.h:
    Added template for BSD licence.
+ * src/document.c: Fixed missing colouring of tab menu label.
 
 
 2007-01-06  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/src/ui_utils.c
===================================================================
--- trunk/src/ui_utils.c	2007-01-06 15:38:44 UTC (rev 1161)
+++ trunk/src/ui_utils.c	2007-01-06 17:16:43 UTC (rev 1162)
@@ -1,8 +1,8 @@
 /*
  *      ui_utils.c - this file is part of Geany, a fast and lightweight IDE
  *
- *      Copyright 2006 Enrico Troeger <enrico.troeger at uvena.de>
- *      Copyright 2006 Nick Treleaven <nick.treleaven at btinternet.com>
+ *      Copyright 2006-2007 Enrico Troeger <enrico.troeger at uvena.de>
+ *      Copyright 2006-2007 Nick Treleaven <nick.treleaven at btinternet.com>
  *
  *      This program is free software; you can redistribute it and/or modify
  *      it under the terms of the GNU General Public License as published by
@@ -1183,6 +1183,8 @@
 	// NULL color will reset to default
 	gtk_widget_modify_fg(doc_list[idx].tab_label, GTK_STATE_NORMAL, color);
 	gtk_widget_modify_fg(doc_list[idx].tab_label, GTK_STATE_ACTIVE, color);
+	gtk_widget_modify_fg(doc_list[idx].tabmenu_label, GTK_STATE_NORMAL, color);
+	gtk_widget_modify_fg(doc_list[idx].tabmenu_label, GTK_STATE_ACTIVE, color);
 
 	treeviews_openfiles_update(idx);
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list