summaryrefslogtreecommitdiff
path: root/examples/first.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-01 15:15:56 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-01 15:15:56 +0000
commit080dd0850bee995e57786406436e0b54db16b672 (patch)
tree810b2872f1e83965adcec8738d05065722f7ee14 /examples/first.c
parentb7be9a7141893692c456f6dd579effbc959d1d20 (diff)
downloadlibgtop-080dd0850bee995e57786406436e0b54db16b672.tar.gz
now using 'glibtop_init' instead of 'glibtop_init__r'.
* examples/{first.c, second.c}: now using 'glibtop_init' instead of 'glibtop_init__r'.
Diffstat (limited to 'examples/first.c')
-rw-r--r--examples/first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/first.c b/examples/first.c
index edd7e0eb..c4f32e6e 100644
--- a/examples/first.c
+++ b/examples/first.c
@@ -39,7 +39,7 @@ main (int argc, char *argv [])
bindtextdomain (PACKAGE, GTOPLOCALEDIR);
textdomain (PACKAGE);
- glibtop_init__r (&glibtop_global_server);
+ glibtop_init ();
glibtop_get_cpu (&data.cpu);