forked from pool/gtkmm2
12 lines
559 B
Diff
12 lines
559 B
Diff
|
--- gtkmm-2.2.12/gtk/gtkmm/treeview.cc.xx 2005-02-23 13:42:17.945941945 +0100
|
||
|
+++ gtkmm-2.2.12/gtk/gtkmm/treeview.cc 2005-02-23 13:42:29.668306078 +0100
|
||
|
@@ -278,7 +278,7 @@
|
||
|
int TreeView::insert_column(const Glib::ustring& title, CellRenderer& cell, int position)
|
||
|
{
|
||
|
return gtk_tree_view_insert_column_with_attributes(
|
||
|
- gobj(), position, const_cast<char*>(title.c_str()), cell.gobj(), 0);
|
||
|
+ gobj(), position, const_cast<char*>(title.c_str()), cell.gobj(), NULL);
|
||
|
}
|
||
|
|
||
|
int TreeView::append_column(const Glib::ustring& title, CellRenderer& cell)
|