mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
window: ignore STATE_0
This commit is contained in:
@ -329,6 +329,7 @@ sp_window_set_state (SpWindow *self,
|
|||||||
sp_window_set_profiler (self, profiler);
|
sp_window_set_profiler (self, profiler);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case SP_WINDOW_STATE_0:
|
||||||
default:
|
default:
|
||||||
g_warning ("Unknown state: %0d", state);
|
g_warning ("Unknown state: %0d", state);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user