merge - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 77aac73c1e88d840dc9a8b07f2c02b5cb8553835
 (DIR) parent 7d000b3e26d0d9f87ef5a368336db7f72130462f
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon,  7 Sep 2009 13:22:59 +0200
       
       merge
       Diffstat:
         surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       @@ -416,7 +416,7 @@ newclient(void) {
        
                /* indicator */
                c->indicator = gtk_drawing_area_new();
       -        gtk_widget_set_size_request(c->indicator, 800, 2);
       +        gtk_widget_set_size_request(c->indicator, 0, 2);
                g_signal_connect (G_OBJECT (c->indicator), "expose_event",
                                G_CALLBACK (exposeindicator), c);