~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to System-Monitor/src/applet-top.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
void cd_sysmonitor_start_top_dialog (CairoDockModuleInstance *myApplet)
401
401
{
402
402
        g_return_if_fail (myData.pTopDialog == NULL);
 
403
        cairo_dock_remove_dialog_if_any (myIcon);
403
404
        // build an interactive widget that will be used to display the top list.
404
405
        gchar *cTitle = g_strdup_printf ("  [ Top %d ] :", myConfig.iNbDisplayedProcesses);
405
406
        GtkWidget *pInteractiveWidget = gtk_vbox_new (FALSE, 0);