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
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-08-06 15:20:37 +0000
3+++ debian/changelog 2010-08-16 15:05:56 +0000
4@@ -1,3 +1,12 @@
5+rhythmbox (0.13.0git20100715-0ubuntu6) maverick; urgency=low
6+
7+ * debian/patches/07_pause_button.patch:
8+ - Modify patch to set width of Play button a bit higher than normal
9+ so that the button size does not change when its label is changed
10+ to Pause. (LP: #615248)
11+
12+ -- Bilal Akhtar <bilalakhtar@ubuntu.com> Mon, 16 Aug 2010 18:02:29 +0300
13+
14 rhythmbox (0.13.0git20100715-0ubuntu5) maverick; urgency=low
15
16 * debian/patches/07_pause_button.patch:
17
18=== modified file 'debian/patches/07_pause_button.patch'
19--- debian/patches/07_pause_button.patch 2010-08-06 15:20:37 +0000
20+++ debian/patches/07_pause_button.patch 2010-08-16 15:05:56 +0000
21@@ -63,3 +63,15 @@
22
23 if (player->priv->unblock_play_id == 0) {
24 player->priv->unblock_play_id = g_idle_add (_idle_unblock_signal_cb, player);
25+--- a/shell/rb-shell.c
26++++ b/shell/rb-shell.c
27+@@ -1478,6 +1478,9 @@
28+ toolbar = gtk_ui_manager_get_widget (shell->priv->ui_manager, "/ToolBar");
29+ gtk_box_pack_start (GTK_BOX (hbox), toolbar, TRUE, TRUE, 0);
30+
31++ GtkWidget* playbutton = gtk_ui_manager_get_widget (shell->priv->ui_manager, "/ToolBar/Play");
32++ gtk_widget_set_size_request(GTK_WIDGET(playbutton), 80, -1);
33++
34+ shell->priv->volume_button = gtk_volume_button_new ();
35+ g_signal_connect (shell->priv->volume_button, "value-changed",
36+ G_CALLBACK (rb_shell_volume_widget_changed_cb),

Subscribers

People subscribed via source and target branches

to all changes: