tchanging minimal size. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 277d11037f1d5e6fafae65dcf38e5822fdef2338
 (DIR) parent 03894249694dea128695789e3684d8dd7c2eb94a
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon,  7 Sep 2009 13:21:49 +0200
       
       changing minimal size.
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -415,7 +415,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);