Changeset 6405 for branches/gajim_0.10/src/notify.py
- Timestamp:
- 05/31/06 21:16:46 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/notify.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/notify.py
r5977 r6405 41 41 the older style PopupNotificationWindow method.''' 42 42 text = gtkgui_helpers.escape_for_pango_markup(text) 43 title = gtkgui_helpers.escape_for_pango_markup(title) 43 44 if gajim.config.get('use_notif_daemon') and dbus_support.supported: 44 45 try:
