~ubuntu-branches/ubuntu/hardy/file-roller/hardy-updates

« back to all changes in this revision

Viewing changes to src/dlg-ask-password.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-18 10:43:49 UTC
  • mfrom: (1.2.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918104349-jpaz18quv73ffpyg
Tags: 2.20.0-0ubuntu1
* New upstream version:
  - Fixed bug #473158 – ask-password.glade is missing
    (LP: #136684)
  - Fixes bug #463968 – file-roller crashed with SIGSEGV in g_closure_invoke()
    (LP: #126788)
  - Removed old check that prevented extraction to remote locations via DnD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include "fr-window.h"
32
32
 
33
33
 
34
 
#define PROP_GLADE_FILE "ask-password.glade"
 
34
#define PROP_GLADE_FILE "batch-password.glade"
35
35
 
36
36
typedef enum {
37
37
        FR_PASSWORD_TYPE_MAIN,