gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12502 - gnunet-gtk/src


From: gnunet
Subject: [GNUnet-SVN] r12502 - gnunet-gtk/src
Date: Sun, 8 Aug 2010 20:24:41 +0200

Author: grothoff
Date: 2010-08-08 20:24:41 +0200 (Sun, 08 Aug 2010)
New Revision: 12502

Modified:
   gnunet-gtk/src/fs_event_handler.c
Log:
fix

Modified: gnunet-gtk/src/fs_event_handler.c
===================================================================
--- gnunet-gtk/src/fs_event_handler.c   2010-08-08 11:12:31 UTC (rev 12501)
+++ gnunet-gtk/src/fs_event_handler.c   2010-08-08 18:24:41 UTC (rev 12502)
@@ -1315,7 +1315,7 @@
       /* make 'utab' the current page */
       notebook = GTK_NOTEBOOK (GNUNET_GTK_get_main_window_object 
("GNUNET_GTK_main_window_notebook"));
       for (page=0;page<gtk_notebook_get_n_pages (notebook);page++)
-       if (utab->tab->frame ==
+       if (utab->frame ==
            gtk_notebook_get_nth_page (notebook,
                                       page))
          {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]