summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-01 17:01:19 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-01 17:01:19 +0000
commitb75dd43cccf078018dcaecc1e029c95c5c267378 (patch)
treedaa5ef5c0c2883ec08a35ba539f07c8946f3d7bd
parent9c4f3755215d41e5185b560d4c72c65d75bb6ff1 (diff)
downloadgnunet-gtk-b75dd43cccf078018dcaecc1e029c95c5c267378.tar.gz
gnunet-gtk-b75dd43cccf078018dcaecc1e029c95c5c267378.zip
fix #4241
-rw-r--r--README17
-rw-r--r--src/conversation/gnunet-conversation-gtk.c2
2 files changed, 9 insertions, 10 deletions
diff --git a/README b/README
index 0d56894d..c35c86e0 100644
--- a/README
+++ b/README
@@ -3,22 +3,22 @@ or run this code, you need to first install the main GNUnet codebase.
3 3
4Then you may need to tell configure where the GNUnet installation is 4Then you may need to tell configure where the GNUnet installation is
5located. The following command will install the GTK interfaces in the 5located. The following command will install the GTK interfaces in the
6$HOME directory. 6$GNUNET_PREFIX/.. directory.
7 7
8$ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX 8$ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
9$ ./configure --prefix=$GNUNET_PREFIX/.. --with-gnunet=$GNUNET_PREFIX/..
9$ make install 10$ make install
10 11
11gnunet-gtk requires GTK 3.0.0 or higher and libgladeui-1 or 12gnunet-gtk requires GTK 3.0.0 or higher and libgladeui-2 (i.e. 3.8 or
12libgladeui-2 (i.e. 3.8 or 3.10). glade-3.8 should be used to edit the 133.10). glade-3.8 should be used to edit the UI.
13UI. 14
14gnunet-conversation-gtk requires GTK3.
15 15
16After installation, you should have the following new programs: 16After installation, you should have the following new programs:
17 17
18* gnunet-setup --- a GUI to configure GNUnet 18* gnunet-setup --- a GUI to configure GNUnet
19* gnunet-gtk (X11-systems only) --- meta-gui 19* gnunet-gtk (X11-systems only) --- meta-gui
20* gnunet-fs-gtk --- a GUI for file-sharing with GNUnet 20* gnunet-fs-gtk --- a GUI for file-sharing with GNUnet
21* gnunet-peerinfo-gtk --- a GUI for inspecting which 21* gnunet-peerinfo-gtk --- a GUI for inspecting which
22 other peers your peer knows about 22 other peers your peer knows about
23* gnunet-namestore-gtk --- edit your GNS zones 23* gnunet-namestore-gtk --- edit your GNS zones
24* gnunet-identity-gtk --- manage your identities/pseudonyms 24* gnunet-identity-gtk --- manage your identities/pseudonyms
@@ -34,4 +34,3 @@ Stay tuned
34* http://mail.gnu.org/mailman/listinfo/gnunet-developers 34* http://mail.gnu.org/mailman/listinfo/gnunet-developers
35* http://mail.gnu.org/mailman/listinfo/help-gnunet 35* http://mail.gnu.org/mailman/listinfo/help-gnunet
36* http://mail.gnu.org/mailman/listinfo/info-gnunet 36* http://mail.gnu.org/mailman/listinfo/info-gnunet
37
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index aca58d30..eac2db4e 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -155,7 +155,7 @@ gnunet_conversation_gtk_quit_cb (GObject *object,
155 * @param cls NULL 155 * @param cls NULL
156 */ 156 */
157static void 157static void
158run (void *cls) 158run (void *cl)s
159{ 159{
160 GtkWidget *main_window; 160 GtkWidget *main_window;
161 161