[GB.GTK]
* BUG: Remove a debugging message. git-svn-id: svn://localhost/gambas/trunk@3086 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
4b6b0a7a3e
commit
1698496a46
1 changed files with 0 additions and 1 deletions
|
@ -730,7 +730,6 @@ void gTabStrip::setClosable(bool v)
|
|||
if (v)
|
||||
{
|
||||
_button_pixbuf_normal = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(), GTK_STOCK_CLOSE, 16, GTK_ICON_LOOKUP_USE_BUILTIN, NULL);
|
||||
fprintf(stderr, "_button_pixbuf_normal = %p\n", _button_pixbuf_normal);
|
||||
g_object_ref(G_OBJECT(_button_pixbuf_normal));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue