# HG changeset patch # User Gabriel Schulhof # Date 1186935185 0 # Node ID 03db0ded2b9a4612ae8b1efe25942de9cedd54dc # Parent 1fb7dbe2c6ee31a15da3d390bd63a60225e8297d Added hints to idle maker diff -r 1fb7dbe2c6ee -r 03db0ded2b9a libpurple/plugins/idle.c --- a/libpurple/plugins/idle.c Sun Aug 12 16:05:16 2007 +0000 +++ b/libpurple/plugins/idle.c Sun Aug 12 16:13:05 2007 +0000 @@ -169,7 +169,7 @@ _("_Set"), G_CALLBACK(idle_action_ok), _("_Cancel"), NULL, NULL, NULL, NULL, - NULL); + "account", NULL); } static void @@ -203,7 +203,7 @@ _("_Unset"), G_CALLBACK(unidle_action_ok), _("_Cancel"), NULL, NULL, NULL, NULL, - NULL); + "account", NULL); } static void @@ -229,7 +229,7 @@ _("_Set"), G_CALLBACK(idle_all_action_ok), _("_Cancel"), NULL, NULL, NULL, NULL, - NULL); + "account", NULL); } static void