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
1=== modified file 'src/transport-widget.c'
2--- src/transport-widget.c 2012-02-22 20:04:37 +0000
3+++ src/transport-widget.c 2012-07-11 19:03:22 +0000
4@@ -1849,11 +1849,6 @@
5 //g_debug("transport_widget_update_state - with value %i", new_state);
6 if (new_state == TRANSPORT_STATE_LAUNCHING){
7 #if GTK_CHECK_VERSION(3, 0, 0)
8- gtk_style_context_notify_state_change (spinner_style_context,
9- gtk_widget_get_window ( GTK_WIDGET(userdata)),
10- NULL,
11- GTK_STATE_FLAG_ACTIVE,
12- TRUE);
13 gtk_style_context_set_state (spinner_style_context, GTK_STATE_FLAG_ACTIVE);
14 #endif
15

Subscribers

People subscribed via source and target branches