From: Fredrik Tolf Date: Wed, 18 Jul 2007 21:07:25 +0000 (+0200) Subject: Renamed clients/gtk2/main.c to dolcon.c. X-Git-Tag: 1.0~106^2~8 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=79e4db3e6934e29b4433827d9ae9584ecdfad5f3 Renamed clients/gtk2/main.c to dolcon.c. --- diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index 8c75120..e0b020c 100644 --- a/clients/gtk2/Makefile.am +++ b/clients/gtk2/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS=dolcon app_DATA=dolcon.desktop endif -dolcon_SOURCES= main.c \ +dolcon_SOURCES= dolcon.c \ progressbar.c \ progressbar.h diff --git a/clients/gtk2/main.c b/clients/gtk2/dolcon.c similarity index 100% rename from clients/gtk2/main.c rename to clients/gtk2/dolcon.c