Pass draw_background = FALSE

2000-12-25  Miguel de Icaza  <miguel@helixcode.com>

	* e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE

svn path=/trunk/; revision=7162
This commit is contained in:
Miguel de Icaza
2000-12-25 08:18:54 +00:00
committed by Miguel de Icaza
parent bb0585fe60
commit ccba11c01d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-25 Miguel de Icaza <miguel@helixcode.com>
* e-icon-bar.c (e_icon_bar_add_item): Pass draw_background = FALSE
2000-09-30 Damon Chaplin <damon@helixcode.com>
* test-shortcut-bar.c: updated to use new EShortcutBar signals for DnD.

View File

@ -666,6 +666,7 @@ e_icon_bar_add_item (EIconBar *icon_bar,
"clip_width", (gdouble) (icon_bar->text_w),
"clip_height", clip_height,
"text", text,
"draw_background", FALSE,
NULL);
e_canvas_item_move_absolute(item.text,
text_x, 0);