~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/program.h

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2010-10-18 20:33:55 UTC
  • mfrom: (2.2.4 experimental) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101018203355-z2zmf7klex8n74fl
Add abrowser as an additional choice to satisfy the browser
dependency.  This removes differences between the Debian and Ubuntu
versions of the package.  (Closes: #600550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
         */
43
43
        Toolkitgroup *kitg;
44
44
 
45
 
        GtkActionGroup *action_group;
46
 
        GtkUIManager *ui_manager;
47
45
        GtkWidget *text;
48
46
        gboolean dirty;         /* Has the text changed since we set it */
49
47
        guint text_hash;        /* Hash of the last text we set */