~ubuntu-branches/ubuntu/natty/gnome-utils/natty

« back to all changes in this revision

Viewing changes to logview/logview-findbar.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-10-15 16:52:21 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20101015165221-pkcuwy7ae4ueffjt
Tags: 2.32.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
static void 
147
147
logview_findbar_init (LogviewFindbar *findbar)
148
148
{
149
 
  GtkWidget *label, *button, *w, *box;
 
149
  GtkWidget *label, *w, *box;
150
150
  GtkToolbar *gtoolbar;
151
151
  GtkToolItem *item;
152
152
  LogviewFindbarPrivate *priv;
345
345
                      text != NULL ? text : "");
346
346
  g_object_set (findbar->priv->separator, "visible", text != NULL, NULL);
347
347
  g_object_set (findbar->priv->status_item, "visible", text != NULL, NULL);
348
 
}
 
 
b'\\ No newline at end of file'
 
348
}