* src/plugins/trayicon/trayicon.c
The same fix for another hook id.
+2007-08-24 [holger] 2.10.0cvs170
+
+ * src/plugins/trayicon/trayicon.c
+ The same fix for another hook id.
+
2007-08-24 [holger] 2.10.0cvs169
* src/plugins/trayicon/trayicon.c
( cvs diff -u -r 1.8.2.39 -r 1.8.2.40 README; ) > 2.10.0cvs167.patchset
( cvs diff -u -r 1.87.2.46 -r 1.87.2.47 src/folder.h; ) > 2.10.0cvs168.patchset
( cvs diff -u -r 1.14.2.56 -r 1.14.2.57 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs169.patchset
+( cvs diff -u -r 1.14.2.57 -r 1.14.2.58 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs170.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=169
+EXTRA_VERSION=170
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
}
account_hook_id = hooks_register_hook (ACCOUNT_LIST_CHANGED_HOOKLIST, trayicon_set_accounts_hook, NULL);
- if (offline_hook_id == -1) {
+ if (account_hook_id == -1) {
*error = g_strdup(_("Failed to register account list changed hook"));
return -1;
}