summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbcellrenderertextmultiline.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-05 21:09:34 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-05 21:09:34 +0200
commit21e15c00392c79a7df54ffe2659e68ba33052869 (patch)
tree451d9144518165a7bbf21bc7e7d022237e9a28c1 /plugins/gtkui/ddbcellrenderertextmultiline.h
parent75b0b356f6f4aa3a050a47ed617a36e1119326a4 (diff)
few minor fixes to compile using vala 0.14;
converted supereq drawing code from gdk to cairo
Diffstat (limited to 'plugins/gtkui/ddbcellrenderertextmultiline.h')
-rw-r--r--plugins/gtkui/ddbcellrenderertextmultiline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/ddbcellrenderertextmultiline.h b/plugins/gtkui/ddbcellrenderertextmultiline.h
index 2fec6b26..b464472a 100644
--- a/plugins/gtkui/ddbcellrenderertextmultiline.h
+++ b/plugins/gtkui/ddbcellrenderertextmultiline.h
@@ -1,4 +1,4 @@
-/* ddbcellrenderertextmultiline.h generated by valac 0.10.2, the Vala compiler, do not modify */
+/* ddbcellrenderertextmultiline.h generated by valac 0.14.0, the Vala compiler, do not modify */
#ifndef __DDBCELLRENDERERTEXTMULTILINE_H__
@@ -38,7 +38,7 @@ struct _DdbCellEditableTextView {
GtkTextView parent_instance;
DdbCellEditableTextViewPrivate * priv;
gboolean editing_canceled;
- char* tree_path;
+ gchar* tree_path;
};
struct _DdbCellEditableTextViewClass {