--- a/pidgin/plugins/musicmessaging/musicmessaging.c Mon Aug 05 21:52:30 2013 +0530 +++ b/pidgin/plugins/musicmessaging/musicmessaging.c Wed Aug 07 03:36:33 2013 +0530 @@ -614,8 +614,10 @@ gtk_widget_show(image); gtk_widget_show(button); +#if 0 gtk_box_pack_start(GTK_BOX(PIDGIN_CONVERSATION(conv)->toolbar), sep, FALSE, FALSE, 0); gtk_box_pack_start(GTK_BOX(PIDGIN_CONVERSATION(conv)->toolbar), button, FALSE, FALSE, 0); +#endif } static void remove_widget (GtkWidget *button)