~facundo/ubuntuone-client/lr-dont-delete-partial-nopartialfile

« back to all changes in this revision

Viewing changes to gsd-plugin/gsd-ubuntuone.c

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2010-10-04 20:51:33 UTC
  • mfrom: (728.1.2 enable-werror)
  • Revision ID: tarmac-20101004205133-kyo4030e4t9vrzdk
Enable debug build when doing distcheck
Add -Wall -Werror to CFLAGS when debug is enabled
Fix allt he current compiler warnings from -Wall -Werror

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                          const gchar *body,
61
61
                          gboolean show_upgrade_link)
62
62
{
63
 
        GError *error = NULL;
64
 
 
65
63
        if (plugin->out_of_space_dialog != NULL) {
66
64
                gtk_widget_destroy (GTK_WIDGET (plugin->out_of_space_dialog));
67
65
                plugin->out_of_space_dialog = NULL;