~ubuntu-branches/debian/jessie/empathy/jessie

« back to all changes in this revision

Viewing changes to src/empathy-chat-window.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-07-31 01:32:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110731013202-j6dl8lmu9pajgvl3
Tags: 2.30.3-3
* debian/control:
  - Adjust webkit build-dependency for webkit 1.3 (Closes: #635406)
  - Do not Recommends geoclue providers anymore, geoclue package is already
    doing it (Closes: #599646)
  - Use architecture wildcards instead of negated architectures
    (Closes: #634481)
  - Add missing build-dependency against gnome-common (needed for
    autoreconf)
  - Bump Standards-Version to 3.9.2 (no further changes)
* debian/patches/0002-port-libnotify-0.7.patch: Port to libnotify 0.7 API
  (Closes: #630267)
* debian/patches/0003-use-gtk-clutter-init.patch: Call gtk_clutter_init()
  instead of clutter_init() (Backported from upstream)
* debian/rules, debian/control: Limit runtime dependencies against unndeeded
  libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1230
1230
                notify_notification_update (priv->notification,
1231
1231
                                            header, escaped, NULL);
1232
1232
        } else {
1233
 
                priv->notification = notify_notification_new (header, escaped, NULL, NULL);
 
1233
                priv->notification = notify_notification_new (header, escaped, NULL);
1234
1234
                notify_notification_set_timeout (priv->notification, NOTIFY_EXPIRES_DEFAULT);
1235
1235
 
1236
1236
                empathy_signal_connect_weak (priv->notification, "closed",