filter by facility
[lttv.git] / ltt / branches / poly / lttv / modules / gui / filter / filter.c
index fb67b72c77beb4c704403b3a5f640333b1177aeb..23ff43d74d55b1cce7eb2833d94c70020cf16aa5 100644 (file)
@@ -182,6 +182,7 @@ gui_filter(Tab *tab)
   fvd->f_field_options = g_ptr_array_new(); //g_array_new(FALSE,FALSE,16);
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new(""));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("event.name"));
+  g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("event.facility"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("event.category"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("event.time"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("event.tsc"));
This page took 0.022611 seconds and 4 git commands to generate.