diff options
author | jstebbins <[email protected]> | 2008-11-09 19:12:00 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-11-09 19:12:00 +0000 |
commit | ad1d412f8e4cddd7685aa6421fb78fd2b08973ff (patch) | |
tree | cb2e9f46635808123b7fb56bd102ad8727e75c3f /gtk/src/settings.h | |
parent | c512791d812b8b559287b54f6a735fde25bdfa7f (diff) |
LinGui: add update checking. shows a dialog similar to the macui when
an update is available, but without the "install" option.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1910 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r-- | gtk/src/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h index a089e0a71..bc4adc65c 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -48,6 +48,8 @@ typedef struct GValue *current_job; GIOChannel *activity_log; GIOChannel *job_activity_log; + gchar *appcast; + gint appcast_len; } signal_user_data_t; enum |