~ubuntu-branches/debian/experimental/synaptic/experimental

« back to all changes in this revision

Viewing changes to common/rsources.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 10:17:31 UTC
  • Revision ID: james.westby@ubuntu.com-20080618101731-fb77n5hy28hcq3g3
Tags: 0.62.1
* po/es.po:
  - updated Spanish translation (thanks to
     Francisco Javier Cuadrado)
* debian/control:
  - added "menu" to the recommends (closes: #478250)
* gtk/glade/window_main.glade:
  - make the main vpane shinkable
* gtk/rgmainwindow.cc:
  - do not loose the keyboard focus after a package 
    action in the listview
* debian/control:
  - switch bzr branch to bzr.debian.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      Disabled = 1 << 4,
42
42
      Comment = 1 << 5,
43
43
      RpmDir = 1 << 6,
44
 
      RpmSrcDir = 1 << 7
 
44
      RpmSrcDir = 1 << 7,
 
45
      Repomd = 1 << 8,
 
46
      RepomdSrc = 1 << 9
45
47
   };
46
48
 
47
49
   struct SourceRecord {
48
 
      unsigned char Type;
 
50
      unsigned int Type;
49
51
      string VendorID;
50
52
      string URI;
51
53
      string Dist;