From 3f23fba5e0ed7efd438c57db2e2e6ae30c7cdaa1 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sat, 30 Sep 2000 15:17:12 +0000 Subject: updated to use new EShortcutBar signals for DnD. 2000-09-30 Damon Chaplin * test-shortcut-bar.c: updated to use new EShortcutBar signals for DnD. * e-group-bar.c (e_group_bar_add_group): show the new windows if the EGroupBar is realized, handle the position argument properly, and fixed the window z-order code. * e-shortcut-bar.c (e_shortcut_bar_add_group): pass group_num to the e_group_bar_add_group() function. * e-icon-bar-bg-item.c (e_icon_bar_bg_item_draw): fixed SEGV when trying to drag into a group with no items. svn path=/trunk/; revision=5643 --- widgets/shortcut-bar/e-shortcut-bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/shortcut-bar/e-shortcut-bar.c') diff --git a/widgets/shortcut-bar/e-shortcut-bar.c b/widgets/shortcut-bar/e-shortcut-bar.c index 2c15d499d2..0e577c9207 100644 --- a/widgets/shortcut-bar/e-shortcut-bar.c +++ b/widgets/shortcut-bar/e-shortcut-bar.c @@ -452,7 +452,7 @@ e_shortcut_bar_add_group (EShortcutBar *shortcut_bar, GDK_ACTION_COPY | GDK_ACTION_MOVE); e_group_bar_add_group (E_GROUP_BAR (shortcut_bar), - group->vscrolled_bar, button, -1); + group->vscrolled_bar, button, group_num); gtk_widget_pop_visual (); gtk_widget_pop_colormap (); -- cgit v1.2.3