Merge lp:~ris/ubuntu/natty/empathy/fix-538963 into lp:ubuntu/natty/empathy

Proposed by Robert Sajdok
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~ris/ubuntu/natty/empathy/fix-538963
Merge into: lp:ubuntu/natty/empathy
Diff against target: 25 lines (+7/-0)
2 files modified
debian/changelog (+6/-0)
src/empathy-main-window.c (+1/-0)
To merge this branch: bzr merge lp:~ris/ubuntu/natty/empathy/fix-538963
Reviewer Review Type Date Requested Status
Martin Pitt Disapprove
Review via email: mp+51471@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks for your patch! It has been accepted upstream, and thus we'll get it once upstream pushes out the next release.

Closing this merge proposal, because it's against the wrong branch (we use lp:~ubuntu-desktop/empathy/ubuntu, see Vcs-Bzr: header), it uses an inline patch instead of a separate debian/patches/ patch header, and we don't need to cherrypick it now as we'll get the next upstream release into natty. Thanks!

review: Disapprove

Unmerged revisions

140. By Robert Sajdok

src/empathy-main-window.c: fixed: "reducing the width of contact list disappears combobox" (LP: #538963)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-02-24 15:52:19 +0000
+++ debian/changelog 2011-02-27 20:11:23 +0000
@@ -1,3 +1,9 @@
1empathy (2.33.2-0ubuntu3) natty; urgency=low
2
3 * src/empathy-main-window.c: fixed: "reducing the width of contact list disappears combobox" (LP: #538963)
4
5 -- Robert Sajdok <robert.sajdok@gmail.com> Sun, 27 Feb 2011 21:02:32 +0100
6
1empathy (2.33.2-0ubuntu2) natty; urgency=low7empathy (2.33.2-0ubuntu2) natty; urgency=low
28
3 * debian/patches/23_idomessagedialog_for_voip_and_ft.patch9 * debian/patches/23_idomessagedialog_for_voip_and_ft.patch
410
=== modified file 'src/empathy-main-window.c'
--- src/empathy-main-window.c 2011-02-24 11:54:47 +0000
+++ src/empathy-main-window.c 2011-02-27 20:11:23 +0000
@@ -1858,6 +1858,7 @@
1858 gtk_widget_show (priv->presence_chooser);1858 gtk_widget_show (priv->presence_chooser);
1859 item = gtk_tool_item_new ();1859 item = gtk_tool_item_new ();
1860 gtk_widget_show (GTK_WIDGET (item));1860 gtk_widget_show (GTK_WIDGET (item));
1861 gtk_widget_set_size_request(priv->presence_chooser, 10, -1);
1861 gtk_container_add (GTK_CONTAINER (item), priv->presence_chooser);1862 gtk_container_add (GTK_CONTAINER (item), priv->presence_chooser);
1862 gtk_tool_item_set_is_important (item, TRUE);1863 gtk_tool_item_set_is_important (item, TRUE);
1863 gtk_tool_item_set_expand (item, TRUE);1864 gtk_tool_item_set_expand (item, TRUE);

Subscribers

People subscribed via source and target branches