~jorge/+junk/fix-for-790821

« back to all changes in this revision

Viewing changes to plugins/notification/notification.c

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-01-16 18:49:03 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090116184903-8u3ygm1weh8qm4fg
Tags: 1:0.24.3.1-0ubuntu1
* New upstream version (LP: #318012)
  - Bug fix (#565958).
  - Updated translations.
* Update of debian/patches/98_autoconf.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
        update_tray ();
92
92
 
 
93
#if GTK_CHECK_VERSION (2, 15, 0)
 
94
        gtk_status_icon_set_tooltip_text (status_icon, NULL);
 
95
#else
93
96
        gtk_status_icon_set_tooltip (status_icon, NULL);
94
 
 
 
97
#endif
95
98
        return FALSE;
96
99
}
97
100