aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared-names.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-shared-names.h')
-rw-r--r--src/dbus-shared-names.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus-shared-names.h b/src/dbus-shared-names.h
index f2dbede..8d0c6db 100644
--- a/src/dbus-shared-names.h
+++ b/src/dbus-shared-names.h
@@ -21,10 +21,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
typedef enum {
- RESTART_NEEDED,
+ UP_TO_DATE,
UPDATES_IN_PROGRESS,
UPDATES_AVAILABLE,
- UP_TO_DATE,
+ RESTART_NEEDED
}AptState;