comparison src/bar_comment.c @ 1485:0e82a03c165b

pane interface cleanup
author nadvornik
date Sun, 29 Mar 2009 14:26:44 +0000
parents 65a5c27823c2
children ac7ae6fc6d49
comparison
equal deleted inserted replaced
1484:9c16a93a0fdf 1485:0e82a03c165b
208 208
209 g_free(pcd); 209 g_free(pcd);
210 } 210 }
211 211
212 212
213 GtkWidget *bar_pane_comment_new(const gchar *id, const gchar *title, const gchar *key, gboolean expanded, gint height) 213 static GtkWidget *bar_pane_comment_new(const gchar *id, const gchar *title, const gchar *key, gboolean expanded, gint height)
214 { 214 {
215 PaneCommentData *pcd; 215 PaneCommentData *pcd;
216 GtkWidget *scrolled; 216 GtkWidget *scrolled;
217 GtkTextBuffer *buffer; 217 GtkTextBuffer *buffer;
218 218