~ubuntu-branches/ubuntu/lucid/audacious-plugins/lucid

« back to all changes in this revision

Viewing changes to src/modplug/gui/interface.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog, Bhavani Shankar, Andreas Moog
  • Date: 2009-07-23 13:02:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090723130252-88k8ejg21lwmh5ma
Tags: 2.1-1ubuntu1
[ Bhavani Shankar ]
* Merge from debian unstable, remaining changes: LP: #399617
  - debian/control:
    + audacious-plugins-extra depends on audacious-plugins
    + audacious-plugins suggests timidiy for midi playback
    + Move PulseAudio from description of extra to main package.
  - debian/rules:
    + Install pulse_audio.so in audacious-plugins dir.
    + Add --disable-arts to ./configure
* Remove debian/patches/cuesheet.patch as its already superceeded in 
  debian.

[ Andreas Moog ]
* install /usr/lib/audacious/General/gtkui.so to audacious-plugins.
* Fixes also: LP: #403387

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
  GtkWidget *config_cancel;
132
132
 
133
133
  Config = gtk_window_new (GTK_WINDOW_TOPLEVEL);
 
134
  gtk_window_set_type_hint(GTK_WINDOW(Config), GDK_WINDOW_TYPE_HINT_DIALOG);
134
135
  gtk_widget_set_name (Config, "Config");
135
136
  gtk_widget_set_size_request (Config, 500, -1);
136
137
  gtk_window_set_title (GTK_WINDOW (Config), _("ModPlug Configuration"));