~ubuntu-branches/ubuntu/hardy/gnomad2/hardy

« back to all changes in this revision

Viewing changes to src/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2005-08-19 16:09:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050819160928-l2glu227nh0algdc
Tags: 2.8.0-2
Add a versioned dependency for libnjb-dev (>> 2.2). Closes: #324036.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  GtkWidget *harddiskpopupmenu;
81
81
  GtkWidget *jukeboxpopupmenu;
82
82
  GtkWidget *combo;
 
83
  GtkWidget *jbentry;
83
84
  GList *history;
84
85
} data_widgets_t;
85
86