Merge lp:~charlesk/indicator-sound/fix-gtk-ftb into lp:indicator-sound/12.10

Proposed by Charles Kerr
Status: Merged
Approved by: Charles Kerr
Approved revision: 328
Merged at revision: 328
Proposed branch: lp:~charlesk/indicator-sound/fix-gtk-ftb
Merge into: lp:indicator-sound/12.10
Diff against target: 14 lines (+0/-5)
1 file modified
src/transport-widget.c (+0/-5)
To merge this branch: bzr merge lp:~charlesk/indicator-sound/fix-gtk-ftb
Reviewer Review Type Date Requested Status
Conor Curran (community) Approve
In Pending
Review via email: mp+114489@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Conor Curran (cjcurran) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/transport-widget.c'
--- src/transport-widget.c 2012-02-22 20:04:37 +0000
+++ src/transport-widget.c 2012-07-11 19:03:22 +0000
@@ -1849,11 +1849,6 @@
1849 //g_debug("transport_widget_update_state - with value %i", new_state);1849 //g_debug("transport_widget_update_state - with value %i", new_state);
1850 if (new_state == TRANSPORT_STATE_LAUNCHING){1850 if (new_state == TRANSPORT_STATE_LAUNCHING){
1851 #if GTK_CHECK_VERSION(3, 0, 0)1851 #if GTK_CHECK_VERSION(3, 0, 0)
1852 gtk_style_context_notify_state_change (spinner_style_context,
1853 gtk_widget_get_window ( GTK_WIDGET(userdata)),
1854 NULL,
1855 GTK_STATE_FLAG_ACTIVE,
1856 TRUE);
1857 gtk_style_context_set_state (spinner_style_context, GTK_STATE_FLAG_ACTIVE);1852 gtk_style_context_set_state (spinner_style_context, GTK_STATE_FLAG_ACTIVE);
1858 #endif1853 #endif
18591854

Subscribers

People subscribed via source and target branches