use enums arch specific for syscall names
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.c
index e2a42d4fea5a5fa6c4a718c5b17387f448572d9c..c2b16dfa7f7fb13a0b19d12430d89c4c07886fab 100644 (file)
@@ -139,7 +139,8 @@ static void request_background_data(ControlFlowData *control_flow_data)
          * starts.
          */
         if(!lttvwindowtraces_background_request_find(trace, "state"))
-          lttvwindowtraces_background_request_queue(trace, "state");
+          lttvwindowtraces_background_request_queue(
+              main_window_get_widget(control_flow_data->tab), trace, "state");
         lttvwindowtraces_background_notify_queue(control_flow_data,
                                                  trace,
                                                  ltt_time_infinite,
@@ -157,7 +158,7 @@ static void request_background_data(ControlFlowData *control_flow_data)
       }
     } else {
       /* Data ready. Be its nature, this viewer doesn't need to have
-       * its data ready hook called htere, because a background
+       * its data ready hook called there, because a background
        * request is always linked with a redraw.
        */
     }
This page took 0.030747 seconds and 4 git commands to generate.