changeset 19822:03db0ded2b9a

Added hints to idle maker
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 16:13:05 +0000
parents 1fb7dbe2c6ee
children 768eb39c8834
files libpurple/plugins/idle.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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