~ubuntu-branches/ubuntu/hardy/gtkpod-aac/hardy

« back to all changes in this revision

Viewing changes to src/confirmation.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-07-17 18:25:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070717182525-rhl5w4pk8lbk6pna
Tags: 0.99.10-2ubuntu1
* Resynchronise with gtkpod 0.9.10-2.
* Hack in dpatch support, since it was removed.
* Rename debian/patches/03-configure.dpatch to
  debian/patches/aac-configure.dpatch.
* Update debian/gtkpod-aac.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Time-stamp: <2006-05-14 19:17:48 jcs>
 
1
/* Time-stamp: <2007-02-23 00:04:30 jcs>
2
2
|
3
3
|  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
4
4
|  Part of the gtkpod project.
24
24
|
25
25
|  This product is not supported/written/published by Apple!
26
26
|
27
 
|  $Id: confirmation.c,v 1.28 2006/06/09 00:58:41 freethinkerjim Exp $
 
27
|  $Id: confirmation.c 995 2007-02-22 15:05:53Z jcsjcs $
28
28
*/
29
29
 
30
30
#ifdef HAVE_CONFIG_H
77
77
                prefs_set_int("size_conf.x", defx);
78
78
                prefs_set_int("size_conf.y", defy);
79
79
        }
 
80
 
80
81
        gtk_widget_destroy (cd->window);
 
82
        g_free (cd->option1_key);
 
83
        g_free (cd->option2_key);
 
84
        g_free (cd->confirm_again_key);
 
85
 
81
86
        g_hash_table_remove (id_hash, id);
82
 
  
83
 
  g_free(cd->option1_key);
84
 
  g_free(cd->option2_key);
85
 
  g_free(cd->confirm_again_key);
86
87
    }
87
88
}
88
89