gtkmm-documentation r34 - in trunk: . examples/book/custom/custom_widget
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm-documentation r34 - in trunk: . examples/book/custom/custom_widget
- Date: Tue, 19 Feb 2008 02:37:15 +0000 (GMT)
Author: jjongsma
Date: Tue Feb 19 02:37:15 2008
New Revision: 34
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=34&view=rev
Log:
* examples/book/custom/custom_widget/custom_gtkrc: make the class name in
the .gtkrc file begin with a lower-case 'gtkmm__' so that the rc file is
parsed properly. Fixes Bug #396198
Modified:
trunk/ChangeLog
trunk/examples/book/custom/custom_widget/custom_gtkrc
Modified: trunk/examples/book/custom/custom_widget/custom_gtkrc
==============================================================================
--- trunk/examples/book/custom/custom_widget/custom_gtkrc (original)
+++ trunk/examples/book/custom/custom_widget/custom_gtkrc Tue Feb 19 02:37:15 2008
@@ -1,6 +1,6 @@
style "example-style"
{
- Gtkmm__CustomObject_mywidget::example_scale = 800
+ gtkmm__CustomObject_mywidget::example_scale = 800
}
-class "Gtkmm__CustomObject_mywidget" style "example-style"
+class "gtkmm__CustomObject_mywidget" style "example-style"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]