Merge lp:~bilalakhtar/ubuntu/maverick/rhythmbox/fix-615248 into lp:ubuntu/maverick/rhythmbox

Proposed by Bilal Akhtar
Status: Merged
Merged at revision: 164
Proposed branch: lp:~bilalakhtar/ubuntu/maverick/rhythmbox/fix-615248
Merge into: lp:ubuntu/maverick/rhythmbox
Diff against target: 36 lines (+21/-0)
2 files modified
debian/changelog (+9/-0)
debian/patches/07_pause_button.patch (+12/-0)
To merge this branch: bzr merge lp:~bilalakhtar/ubuntu/maverick/rhythmbox/fix-615248
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+32169@code.launchpad.net

Description of the change

This branch fixes bug #615248 .

To post a comment you must log in.
168. By Bilal Akhtar

Merged patches

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-08-06 15:20:37 +0000
+++ debian/changelog 2010-08-16 15:05:56 +0000
@@ -1,3 +1,12 @@
1rhythmbox (0.13.0git20100715-0ubuntu6) maverick; urgency=low
2
3 * debian/patches/07_pause_button.patch:
4 - Modify patch to set width of Play button a bit higher than normal
5 so that the button size does not change when its label is changed
6 to Pause. (LP: #615248)
7
8 -- Bilal Akhtar <bilalakhtar@ubuntu.com> Mon, 16 Aug 2010 18:02:29 +0300
9
1rhythmbox (0.13.0git20100715-0ubuntu5) maverick; urgency=low10rhythmbox (0.13.0git20100715-0ubuntu5) maverick; urgency=low
211
3 * debian/patches/07_pause_button.patch:12 * debian/patches/07_pause_button.patch:
413
=== modified file 'debian/patches/07_pause_button.patch'
--- debian/patches/07_pause_button.patch 2010-08-06 15:20:37 +0000
+++ debian/patches/07_pause_button.patch 2010-08-16 15:05:56 +0000
@@ -63,3 +63,15 @@
63 63
64 if (player->priv->unblock_play_id == 0) {64 if (player->priv->unblock_play_id == 0) {
65 player->priv->unblock_play_id = g_idle_add (_idle_unblock_signal_cb, player);65 player->priv->unblock_play_id = g_idle_add (_idle_unblock_signal_cb, player);
66--- a/shell/rb-shell.c
67+++ b/shell/rb-shell.c
68@@ -1478,6 +1478,9 @@
69 toolbar = gtk_ui_manager_get_widget (shell->priv->ui_manager, "/ToolBar");
70 gtk_box_pack_start (GTK_BOX (hbox), toolbar, TRUE, TRUE, 0);
71
72+ GtkWidget* playbutton = gtk_ui_manager_get_widget (shell->priv->ui_manager, "/ToolBar/Play");
73+ gtk_widget_set_size_request(GTK_WIDGET(playbutton), 80, -1);
74+
75 shell->priv->volume_button = gtk_volume_button_new ();
76 g_signal_connect (shell->priv->volume_button, "value-changed",
77 G_CALLBACK (rb_shell_volume_widget_changed_cb),

Subscribers

People subscribed via source and target branches

to all changes: