~ubuntu-branches/ubuntu/lucid/transmission/lucid-updates

« back to all changes in this revision

Viewing changes to qt/squeezelabel.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-05-16 20:32:16 UTC
  • mfrom: (1.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100516203216-8xhxjo65ox3vcudq
Tags: 1.93-0ubuntu0.10.04.1
* Merge from Debian unstable (LP: #574435), fixes bugs:
* debian/patches/follow_symlinks.patch
  - Fix a bug in transmission-daemon that caused it to overwrite symlink to
    settings.json and in the result ignore changes made to
    /etc/transmission-daemon/settings.json (LP: #571097)
* debian/patches/enable_rpc_by_default.patch
  - A fix for LP #542194 disabled rpc in transmission-daemon by default. Make
    it enabled for new users (LP: #571739) 
* debian/transmission-daemon.{postinst,postrm}:
  - Fix permissions for /etc/transmission-daemon/ directory.
* Refreshed 99_autoreconf.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    SqueezeLabel(const QString& text, QWidget *parent = 0);
54
54
 
55
55
protected:
 
56
    void init();
56
57
    void paintEvent(QPaintEvent *event);
57
58
 
58
59
};