free the destination vector when we finish with it, if we actually add
2001-09-11 JP Rosevear <jpr@ximian.com> * gui/dialogs/meeting-page.c (invite_entry_changed): free the destination vector when we finish with it, if we actually add anyone, notify listeners of the needs send and changed info. Fixes bug #8632. svn path=/trunk/; revision=12771
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2001-09-11 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* gui/dialogs/meeting-page.c (invite_entry_changed): free the
|
||||
destination vector when we finish with it, if we actually add
|
||||
anyone, notify listeners of the needs send and changed info. Fixes
|
||||
bug #8632.
|
||||
|
||||
2001-09-10 Zbigniew Chyla <cyba@gnome.pl>
|
||||
|
||||
* gui/print.c
|
||||
|
||||
@ -801,13 +801,12 @@ invite_entry_changed (BonoboListener *listener,
|
||||
|
||||
row_cnt = row_count (priv->model, mpage) - 1;
|
||||
e_table_model_row_inserted (priv->model, row_cnt);
|
||||
|
||||
comp_editor_page_notify_needs_send (COMP_EDITOR_PAGE (mpage));
|
||||
comp_editor_page_notify_changed (COMP_EDITOR_PAGE (mpage));
|
||||
}
|
||||
|
||||
/* FIXME: Should you unref destv[i], JP?? - Damon */
|
||||
|
||||
}
|
||||
|
||||
/* FIXME: Should you g_free() destv, JP?? - Damon */
|
||||
e_destination_freev (destv);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user