add cast to avoid "incompatible types" compiler warning
2007-10-28 Jens Granseuer <jensgr@gmx.net> * gconf-property-editor.c: (gconf_peditor_new_tree_view): add cast to avoid "incompatible types" compiler warning svn path=/trunk/; revision=8225
This commit is contained in:
parent
3dcede807d
commit
55ca935e2e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-10-28 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* gconf-property-editor.c: (gconf_peditor_new_tree_view): add cast to
|
||||||
|
avoid "incompatible types" compiler warning
|
||||||
|
|
||||||
2007-10-28 Jens Granseuer <jensgr@gmx.net>
|
2007-10-28 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Switch to using a common theme struct that includes a type descriptor
|
Switch to using a common theme struct that includes a type descriptor
|
||||||
|
|
|
@ -1852,7 +1852,7 @@ gconf_peditor_new_tree_view (GConfChangeSet *changeset,
|
||||||
|
|
||||||
va_end (var_args);
|
va_end (var_args);
|
||||||
|
|
||||||
g_signal_connect_swapped (G_OBJECT (gtk_tree_view_get_selection (tree_view)),
|
g_signal_connect_swapped (gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_view)),
|
||||||
"changed",
|
"changed",
|
||||||
(GCallback) peditor_tree_view_widget_changed, peditor);
|
(GCallback) peditor_tree_view_widget_changed, peditor);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue