Skip to content

Commit 5f28070

Browse files
committed
Change filename
1 parent c170d2b commit 5f28070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ DEBUG_CFLAGS=-DDEBUG -g3 -Wall -Wextra -Wpedantic -Wstrict-prototypes -Wdouble-p
2424
-fsanitize=undefined,address -fsanitize-undefined-trap-on-error
2525
RELEASE_CFLAGS=-O3 -flto -march=native
2626

27-
FILES=popup.c util.c platformdep.c deinflector.c settings.c dbreader.c ankiconnectc.c database.c jppron.c pdjson.c
28-
FILES_H=ankiconnectc.h dbreader.h deinflector.h popup.h settings.h util.h platformdep.h database.h jppron.h pdjson.h
27+
FILES=gtk3popup.c util.c platformdep.c deinflector.c settings.c dbreader.c ankiconnectc.c database.c jppron.c pdjson.c
28+
FILES_H=ankiconnectc.h dbreader.h deinflector.h gtk3popup.h settings.h util.h platformdep.h database.h jppron.h pdjson.h
2929
SRC=$(addprefix $(SDIR)/,$(FILES))
3030
SRC_H=$(addprefix $(IDIR)/,$(FILES_H))
3131

File renamed without changes.

src/dictpopup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "ankiconnectc.h"
1212
#include "util.h"
1313
#include "platformdep.h"
14-
#include "popup.h"
14+
#include "gtk3popup.h"
1515
#include "messages.h"
1616

1717
#define POSSIBLE_ENTRIES_S_NMEMB 9

0 commit comments

Comments
 (0)