diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 17:06:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 17:06:30 +0000 |
| commit | 85112c4d0831067251de1295fbb6974db94af2ba (patch) | |
| tree | 488bae2036bad327337b90018c87f3054e7803d9 /plugins/menu/timed_menu.c | |
| parent | 122d55fbadea0409fbc902a1740e1c8ff3aecd88 (diff) | |
prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
Diffstat (limited to 'plugins/menu/timed_menu.c')
| -rw-r--r-- | plugins/menu/timed_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/menu/timed_menu.c b/plugins/menu/timed_menu.c index 19a24f14..e7665b56 100644 --- a/plugins/menu/timed_menu.c +++ b/plugins/menu/timed_menu.c @@ -26,7 +26,7 @@ typedef enum { typedef struct { Timed_Menu_Type type; - Timer *timer; + ObTimer *timer; char *command; /* for the PIPE */ char *buf; /* buffer to hold partially read menu */ unsigned long buflen; /* how many bytes are in the buffer */ |
