# HG changeset patch # User Gabriel Schulhof # Date 1187298811 0 # Node ID c7d4470de3d21d88cc184baa65f56e65ca96c5de # Parent ad18baedaf5fbb1bb62067c084474308ceb91969 Added hints to gtkimhtmltoolbar.c diff -r ad18baedaf5f -r c7d4470de3d2 pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Thu Aug 16 21:10:49 2007 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Thu Aug 16 21:13:31 2007 +0000 @@ -424,7 +424,7 @@ _("_Insert"), G_CALLBACK(do_insert_link_cb), _("Cancel"), G_CALLBACK(cancel_link_cb), NULL, NULL, NULL, - toolbar); + "conversation", toolbar); g_free(msg); g_free(desc); } else {