summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Nathan Samson <nathansamson@gmail.com>2011-09-04 19:01:30 +0200
committerGravatar Nathan Samson <nathansamson@gmail.com>2011-09-04 19:01:30 +0200
commit6138d151e9156bdf15843b1b54104428c5124e38 (patch)
treefe23a930108345a9b7cb9edd6bcd08d6054814e6 /display.h
parent1117cd37d71e294069a670bdf0851041575e0d5f (diff)
downloadsubsurface-6138d151e9156bdf15843b1b54104428c5124e38.tar.gz
Remove the redundant frames in the notebook. Closes #9
Signed-off-by: Nathan Samson <nathansamson@gmail.com>
Diffstat (limited to 'display.h')
-rw-r--r--display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/display.h b/display.h
index f336bd5ec..96fa29a5d 100644
--- a/display.h
+++ b/display.h
@@ -8,9 +8,9 @@
extern int selected_dive;
#define current_dive (get_dive(selected_dive))
-extern GtkWidget *dive_profile_frame(void);
+extern GtkWidget *dive_profile_widget(void);
extern GtkWidget *dive_info_frame(void);
-extern GtkWidget *extended_dive_info_frame(void);
+extern GtkWidget *extended_dive_info_widget(void);
extern GtkWidget *create_dive_list(void);
extern void update_dive_info(struct dive *dive);
extern void repaint_dive(void);