X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fdetailedevents%2Fevents.c;h=7bb79fdc3ad4cef5faf8f6715085f306bbf37a20;hb=db2c9c14ae499d8912a2af1d951814afcaf6ab9e;hp=43b81d0338d9f1fbda289f15bff163fc727910fb;hpb=08b1c66e3a5ad9588d08f9477af98c0cda4f070c;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c b/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c index 43b81d03..7bb79fdc 100644 --- a/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c +++ b/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c @@ -45,8 +45,8 @@ #include #include -#include -#include +#include +#include #include #include #include @@ -58,7 +58,7 @@ //#include "mw_api.h" #include "gtktreeprivate.h" -#include "../icons/hGuiEventsInsert.xpm" +#include "hGuiEventsInsert.xpm" static LttvHooks *before_event; @@ -1883,4 +1883,4 @@ static void destroy() { LTTV_MODULE("guievents", "Detailed events view", \ "Graphical module to display a detailed event list", \ - init, destroy, "mainwin") + init, destroy, "lttvwindow")