gaim/gaim

sf patch #1207066, from Dave Ahlswede
oldstatus
2005-05-24, Mark Doliner
e929f5d71559
Parents 7d23ed2ba9db
Children b8cfd2b9a4fa
sf patch #1207066, from Dave Ahlswede
Remove notebook border from tabless conversations
  • +1 -0
    COPYRIGHT
  • +1 -0
    src/gtkconv.c
  • --- a/COPYRIGHT Mon May 23 15:04:48 2005 -0400
    +++ b/COPYRIGHT Tue May 24 00:37:32 2005 -0400
    @@ -4,6 +4,7 @@
    If you have contributed to Gaim, you deserve to be on this list.
    Contact us (see: AUTHORS) and we'll add you.
    +Dave Ahlswede
    Peter Ajamian
    Daniel Atallah
    Paul Aurich
    --- a/src/gtkconv.c Mon May 23 15:04:48 2005 -0400
    +++ b/src/gtkconv.c Tue May 24 00:37:32 2005 -0400
    @@ -4591,6 +4591,7 @@
    gtk_notebook_set_scrollable(GTK_NOTEBOOK(gtkwin->notebook), TRUE);
    gtk_notebook_popup_enable(GTK_NOTEBOOK(gtkwin->notebook));
    gtk_notebook_set_show_tabs(GTK_NOTEBOOK(gtkwin->notebook), FALSE);
    + gtk_notebook_set_show_border(GTK_NOTEBOOK(gtkwin->notebook), FALSE);
    gtk_widget_show(gtkwin->notebook);