diff options
author | portix <portix@gmx.net> | 2012-01-09 17:24:30 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-09 17:24:30 +0100 |
commit | 258534e5440621769156b2b84047065f7bedce0a (patch) | |
tree | 4f2894901956347dd3573743f0f92ffc2c5df4a1 /src/util.c | |
parent | 1847bbff35ba71d6d3c237f63390c520a47becb5 (diff) | |
download | dwb-258534e5440621769156b2b84047065f7bedce0a.zip |
Second color for tabs
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -672,7 +672,7 @@ gtk_box_insert(GtkBox *box, GtkWidget *child, gboolean expand, gboolean fill, gi gtk_box_pack_start(box, child, expand, fill, padding); gtk_box_reorder_child(box, child, position); } -void +GtkWidget * gtk_widget_remove_from_parent(GtkWidget *widget) { g_object_ref(widget); GtkWidget *parent = gtk_widget_get_parent(widget); |