Changeset 5113
- Timestamp:
- Feb 25, 2008, 9:47:21 PM (14 years ago)
- Location:
- trunk/gtk
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/Makefile.am
r5100 r5113 19 19 dialogs.h \ 20 20 hig.h \ 21 io.h \22 21 ipc.h \ 23 22 file-list.h \ … … 32 31 tr_core.h \ 33 32 tr_icon.h \ 33 tr-io.h \ 34 34 tr_prefs.h \ 35 35 tr_torrent.h \ … … 59 59 tr_core.c \ 60 60 tr_icon.c \ 61 tr-io.c \ 61 62 tr_prefs.c \ 62 63 tr_torrent.c \ -
trunk/gtk/ipc.c
r5015 r5113 41 41 42 42 #include "conf.h" 43 #include "io.h"44 43 #include "ipc.h" 45 44 #include "tr_core.h" 45 #include "tr-io.h" 46 46 #include "tr_prefs.h" 47 47 #include "tr_torrent.h" -
trunk/gtk/notify.c
r5109 r5113 16 16 17 17 void tr_notify_init( void ) { } 18 void tr_notify_send( TrTorrent * tor ) { }18 void tr_notify_send( TrTorrent * tor UNUSED ) { } 19 19 20 20 #else
Note: See TracChangeset
for help on using the changeset viewer.