From 3bb305643b4b8c9ad2b4d3c0421de6d42500ef49 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 23 Feb 1999 07:10:56 +0000 Subject: [PATCH] Move callback before return. CVS patchset: 2831 CVS date: 1999/02/23 07:10:56 --- lib/transaction.c | 2 +- po/rpm.pot | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/transaction.c b/lib/transaction.c index 8d85702..e931ee5 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -349,9 +349,9 @@ NOTIFY((NULL, RPMCALLBACK_TRANS_START, 8, al->size, NULL, notifyData)); } } +NOTIFY((NULL, RPMCALLBACK_TRANS_STOP, 8, al->size, NULL, notifyData)); return al->size + ts->numRemovedPackages; } -NOTIFY((NULL, RPMCALLBACK_TRANS_STOP, 8, al->size, NULL, notifyData)); NOTIFY((NULL, RPMCALLBACK_TRANS_START, 9, al->size, NULL, notifyData)); diff --git a/po/rpm.pot b/po/rpm.pot index 40b301c..39a8240 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-02-22 19:50-0500\n" +"POT-Creation-Date: 1999-02-23 02:04-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -3137,17 +3137,17 @@ msgstr "" msgid "Invalid signature spec in rc file" msgstr "" -#: ../lib/transaction.c:639 +#: ../lib/transaction.c:641 #, c-format msgid "relocating %s to %s\n" msgstr "" -#: ../lib/transaction.c:645 +#: ../lib/transaction.c:647 #, c-format msgid "excluding %s\n" msgstr "" -#: ../lib/transaction.c:733 +#: ../lib/transaction.c:735 #, c-format msgid "%s skipped due to missingok flag\n" msgstr "" -- 2.7.4