~jibel/synaptic/bugs.290524.502582

« back to all changes in this revision

Viewing changes to gtk/rggladewindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-08-22 12:40:10 UTC
  • Revision ID: james.westby@ubuntu.com-20080822124010-5z3kuzjp2jozl13a
Tags: 0.62.1ubuntu8
* common/rpackageview.cc:
  - add new "Missing Recommends" default filter
* common/rpackage.cc:
  - fix code to get candidate origin
  - support getting the candidate release file name
* common/rpackagestatus.cc:
  - support maintenanceEndTime() (if the distro supports that)
* 10_ubuntu_maintenance_gui.dpatch:
  - add support for displaying when the maintaince ends

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <glade/glade.h>
31
31
#include <string>
32
32
#include <iostream>
 
33
#include <vector>
33
34
 
34
35
#include "rgwindow.h"
35
 
#include "rgmisc.h"
 
36
#include "rgutils.h"
36
37
 
37
38
using namespace std;
38
39