Bug 177666
Summary: | Evolution Libnotify Events should be sticky | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ryan Skadberg <redhat> |
Component: | evolution | Assignee: | Dave Malcolm <dmalcolm> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | johnp |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-05-04 15:38:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 177487 |
Description
Ryan Skadberg
2006-01-12 19:58:18 UTC
From IRC conversation about this: <J5> skadz: make it sticky? You mean not go away? <J5> skadz: just set it to never timeout <skadz> dhm: there's your answer :) <skadz> j5, but is there some way to make it close then? <skadz> like an X or something? <J5> skadz: just click on it It would be REALLY cool if the click could actually be the same thing as clicking the panel applet when it has the blinking exclamation point on it and it brings up the meeting information, but I'm just a dreamer :) There is a constant you pass to the notify_notification_set_timeout API. Something like NOTIFY_TIMEOUT_NEVER. It is in the notifycommon.h file. As for clicking to bring up the meeting information all you have to do is add an action (notify_notification_add_action) and do whatever you need to do in the callback. It will put a button or hyperlink in the the bubble. This is fixed |