diff -Nru pidgin-2.10.6/debian/changelog pidgin-2.10.6/debian/changelog --- pidgin-2.10.6/debian/changelog 2012-09-18 14:50:31.000000000 +0100 +++ pidgin-2.10.6/debian/changelog 2013-01-22 09:23:08.000000000 +0000 @@ -1,3 +1,10 @@ +pidgin (1:2.10.6-0ubuntu3) quantal; urgency=low + + * debian/patches/pounce-webview.patch (LP: #1026442) + - Buddy pounce - send message window too short + + -- Ritesh Khadgaray Wed, 09 Jan 2013 19:37:14 +0530 + pidgin (1:2.10.6-0ubuntu2) quantal; urgency=low * debian/control: fixed a typo for tcl and tk (LP: #1022935) diff -Nru pidgin-2.10.6/debian/patches/pounce-webview.patch pidgin-2.10.6/debian/patches/pounce-webview.patch --- pidgin-2.10.6/debian/patches/pounce-webview.patch 1970-01-01 01:00:00.000000000 +0100 +++ pidgin-2.10.6/debian/patches/pounce-webview.patch 2013-01-22 09:39:03.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Send message (webview) in buddy pounce is unusable +Author: Ritesh Khadgaray +Forwarded: https://developer.pidgin.im/ticket/15400 + +Index: b/pidgin/gtkpounce.c +=================================================================== +--- a/pidgin/gtkpounce.c ++++ b/pidgin/gtkpounce.c +@@ -687,6 +687,7 @@ + = gtk_check_button_new_with_mnemonic(_("P_lay a sound")); + + send_msg_imhtml = pidgin_create_imhtml(TRUE, &dialog->send_msg_entry, NULL, NULL); ++ gtk_widget_set_size_request (send_msg_imhtml, -1, 150); + reset_send_msg_entry(dialog, NULL); + dialog->exec_cmd_entry = gtk_entry_new(); + dialog->popup_entry = gtk_entry_new(); diff -Nru pidgin-2.10.6/debian/patches/series pidgin-2.10.6/debian/patches/series --- pidgin-2.10.6/debian/patches/series 2012-07-08 23:06:35.000000000 +0100 +++ pidgin-2.10.6/debian/patches/series 2013-01-22 09:22:56.000000000 +0000 @@ -6,3 +6,4 @@ 60_1024x600_gtkpounce.c.patch 60_1024x600_gtkprefs.c.patch libnssckbi_path.patch +pounce-webview.patch