summaryrefslogtreecommitdiff
path: root/examples/second.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/second.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/second.c')
-rw-r--r--examples/second.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/second.c b/examples/second.c
index c3d1b0f5..9dbb73ce 100644
--- a/examples/second.c
+++ b/examples/second.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_sysdeps (&sysdeps);