From 79e4db3e6934e29b4433827d9ae9584ecdfad5f3 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 18 Jul 2007 23:07:25 +0200 Subject: [PATCH] Renamed clients/gtk2/main.c to dolcon.c. --- clients/gtk2/Makefile.am | 2 +- clients/gtk2/{main.c => dolcon.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename clients/gtk2/{main.c => dolcon.c} (100%) 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 -- 2.11.0