Remove some unused variables.
2008-04-14 Matthew Barnes <mbarnes@redhat.com> * composer/e-composer-autosave.c (e_composer_autosave_unregister): Remove some unused variables. * widgets/misc/e-attachment-bar.c (e_attachment_bar_bonobo_ui_populate_with_recent): Fix a compiler warning. svn path=/trunk/; revision=35365
This commit is contained in:
committed by
Matthew Barnes
parent
0a53b0ce0a
commit
d6ca198aee
@ -1,3 +1,8 @@
|
||||
2008-04-14 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* e-composer-autosave.c (e_composer_autosave_unregister):
|
||||
Remove some unused variables.
|
||||
|
||||
2008-04-11 Suman Manjunath <msuman@novell.com>
|
||||
|
||||
** Fix for bug #517134
|
||||
|
||||
@ -234,8 +234,6 @@ e_composer_autosave_unregister (EMsgComposer *composer,
|
||||
gboolean delete_file)
|
||||
{
|
||||
AutosaveState *state;
|
||||
GtkWindow *parent;
|
||||
gboolean delete_autosave_file = FALSE;
|
||||
|
||||
g_return_if_fail (E_IS_MSG_COMPOSER (composer));
|
||||
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2008-04-14 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
* e-attachment-bar.c
|
||||
(e_attachment_bar_bonobo_ui_populate_with_recent):
|
||||
Fix a compiler warning.
|
||||
|
||||
2008-04-11 Suman Manjunath <msuman@novell.com>
|
||||
|
||||
** Fix for bug #517134
|
||||
|
||||
@ -1291,7 +1291,7 @@ e_attachment_bar_bonobo_ui_populate_with_recent (BonoboUIComponent *uic, const c
|
||||
}
|
||||
*d = '\0';
|
||||
} else
|
||||
display_name = info_dn;
|
||||
display_name = (char *) info_dn;
|
||||
|
||||
/* Add menu item */
|
||||
label = g_strdup (display_name);
|
||||
|
||||
Reference in New Issue
Block a user