[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet-gtk] branch master updated: -prepare for 0.16
From: |
gnunet |
Subject: |
[gnunet-gtk] branch master updated: -prepare for 0.16 |
Date: |
Fri, 25 Feb 2022 20:28:48 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet-gtk.
The following commit(s) were added to refs/heads/master by this push:
new c5c7693f -prepare for 0.16
c5c7693f is described below
commit c5c7693f97bec683554ca36b516fbf064d3a9d4e
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Feb 25 20:28:27 2022 +0100
-prepare for 0.16
---
configure.ac | 2 +-
po/POTFILES.in | 7 -------
src/conversation/gnunet-conversation-gtk.c | 2 --
3 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index e2afdf19..381aaeb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
#
AC_PREREQ(2.61)
-AC_INIT([GNUnet GTK],0.15.0,[bug-gnunet@gnu.org],[gnunet-gtk])
+AC_INIT([GNUnet GTK],0.16.0,[bug-gnunet@gnu.org],[gnunet-gtk])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([silent-rules])
AC_CONFIG_HEADERS([gnunet_gtk_config.h])
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 46fd1bf5..2bc1edfb 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -77,10 +77,8 @@ src/statistics/gnunet-statistics-gtk.c
src/statistics/gtk_statistics.c
src/statistics/gtk_statistics_demo.c
src/statistics/statistics.c
-contrib/gnunet_conversation_gtk_about_window.glade
contrib/gnunet_conversation_gtk_enter_label.glade
contrib/gnunet_conversation_gtk_main_window.glade
-contrib/gnunet_fs_gtk_about_window.glade
contrib/gnunet_fs_gtk_download_as_dialog.glade
contrib/gnunet_fs_gtk_edit_publication.glade
contrib/gnunet_fs_gtk_enter_nick_dialog.glade
@@ -97,7 +95,6 @@ contrib/gnunet_fs_gtk_search_tab.glade
contrib/gnunet_fs_gtk_unindex.glade
contrib/gnunet_gtk.glade
contrib/gnunet_gtk_status_bar_menu.glade
-contrib/gnunet_identity_gtk_about_window.glade
contrib/gnunet_identity_gtk_advertise_dialog.glade
contrib/gnunet_identity_gtk_main_window.glade
contrib/gnunet_namestore_edit_aaaa.glade
@@ -116,16 +113,12 @@ contrib/gnunet_namestore_edit_srv.glade
contrib/gnunet_namestore_edit_tlsa.glade
contrib/gnunet_namestore_edit_txt.glade
contrib/gnunet_namestore_edit_vpn.glade
-contrib/gnunet_namestore_gtk_about_window.glade
contrib/gnunet_namestore_gtk_main_window.glade
contrib/gnunet_namestore_gtk_qr_save_as_dialog.glade
contrib/gnunet_peerinfo_gtk_about_dialog.glade
-contrib/gnunet_peerinfo_gtk_about_window.glade
contrib/gnunet_peerinfo_gtk_main_window.glade
contrib/gnunet_setup_about_dialog.glade
-contrib/gnunet_setup_about_window.glade
contrib/gnunet_setup_calendar_dialog.glade
contrib/gnunet_setup_main_window.glade
contrib/gnunet_statistics_gtk_about_dialog.glade
-contrib/gnunet_statistics_gtk_about_window.glade
contrib/gnunet_statistics_gtk_main_window.glade
diff --git a/src/conversation/gnunet-conversation-gtk.c
b/src/conversation/gnunet-conversation-gtk.c
index 6bd08e35..7350d4a2 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -135,8 +135,6 @@ run (void *cls)
/* setup main window */
main_window = GTK_WIDGET (
GCG_get_main_window_object ("gnunet_conversation_gtk_main_window"));
- main_window =
- GNUNET_GTK_plug_me ("GNUNET_CONVERSATION_GTK_PLUG", main_window);
gtk_window_maximize (GTK_WINDOW (main_window));
/* make GUI visible */
gtk_widget_show (main_window);
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet-gtk] branch master updated: -prepare for 0.16,
gnunet <=