Changeset ebf9132bb918ff995e2b561867be329ec3e9a9ee for awayonlock.c
- Timestamp:
- 07/15/09 00:11:01 (3 years ago)
- Children:
- eac542b8dbbb0cd226442fbe8494256371810a8a
- Parents:
- 89ea750cd5432fd5fcf7b67190ef84146f566fe8
- git-committer:
- Leo Antunes <leo@…> (07/15/09 00:11:01)
- Files:
-
- 1 modified
-
awayonlock.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awayonlock.c
rbbdcdb4 rebf9132 21 21 #define PURPLE_PLUGINS 22 22 23 #define AWAYONLOCK_VERSION "0.2 "23 #define AWAYONLOCK_VERSION "0.2.2" 24 24 #define AWAYONLOCK_PLUGIN_ID "core-costela-awayonlock" 25 25 … … 81 81 82 82 dbus_g_proxy_add_signal( dbus_proxy, 83 " SessionIdleChanged",83 "ActiveChanged", 84 84 G_TYPE_BOOLEAN, 85 85 G_TYPE_INVALID … … 87 87 88 88 dbus_g_proxy_connect_signal( dbus_proxy, 89 " SessionIdleChanged",89 "ActiveChanged", 90 90 G_CALLBACK(awayonlock_idle_changed_callback), 91 91 NULL, … … 135 135 0, 136 136 0, 137 N_("http://costela.net/projects/away -on-lock"),137 N_("http://costela.net/projects/awayonlock"), 138 138 139 139 plugin_load,