anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 9d86d91ab0c0628012d2761e3da9003f36db3671
parent 91246b12fcdbe452920949eef08afb7c8b6c0d28
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Dec 2024 12:36:17 +0100

-fix installation path

Diffstat:
Mcontrib/Makefile.am | 2+-
Mdebian/control | 4++--
Msrc/anastasis/anastasis-gtk_progress.c | 9++++-----
3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = . -pkgdatadir= $(prefix)/share/anastasis/ +pkgdatadir= $(prefix)/share/anastasis-gtk/ IMAGES = \ bandiera_stelle.png \ diff --git a/debian/control b/debian/control @@ -5,8 +5,8 @@ Maintainer: Bertrand Marc <bmarc@debian.org> Build-Depends: autopoint, debhelper-compat (= 12), - libgnunetgtk-dev (>= 0.22.3), - libgnunet-dev (>= 0.22.3), + libgnunetgtk-dev (>= 0.23.1), + libgnunet-dev (>= 0.23.0), libanastasis-dev (>= 0.6.0), libgladeui-dev (>=3.10.0), libgtk-3-dev (>=3.22.0), diff --git a/src/anastasis/anastasis-gtk_progress.c b/src/anastasis/anastasis-gtk_progress.c @@ -32,10 +32,10 @@ * clicks in the widget. */ gboolean -anastasis_gtk_backup_progress_treeview_button_press_event_cb (GtkWidget *widget, - GdkEvent *event, - gpointer user_data - ) +anastasis_gtk_backup_progress_treeview_button_press_event_cb ( + GtkWidget *widget, + GdkEvent *event, + gpointer user_data) { return TRUE; } @@ -126,7 +126,6 @@ AG_progress_update (void) &tm, &iter)) { - GNUNET_break (0); return; } if (! gtk_tree_model_get_iter_first (tm,