~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/lsof.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-21 16:49:23 UTC
  • mto: (2.1.7 sid) (1.1.59 upstream)
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: james.westby@ubuntu.com-20110621164923-o6titd2srek1uh84
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
  //               G_CALLBACK(close_dialog), NULL);
313
313
  gtk_window_set_resizable(GTK_WINDOW(dialog), TRUE);
314
314
  gtk_window_set_default_size(GTK_WINDOW(dialog), 575, 400);
315
 
  // gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
316
315
  gtk_container_set_border_width(GTK_CONTAINER(dialog), 12);
317
316
  GtkWidget *mainbox = gtk_vbox_new(FALSE, 12);
318
317
  gtk_container_add(GTK_CONTAINER(dialog), mainbox);