Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706132
Collapse All | Expand All

(-)a/src/bar_exif.h (-3 lines)
Lines 28-36 void bar_pane_exif_update_from_config(GtkWidget *pane, const gchar **attribute_n Link Here
28
void bar_pane_exif_entry_add_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
28
void bar_pane_exif_entry_add_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
29
29
30
/* these are exposed for when duplication of the exif bar's text is needed */
30
/* these are exposed for when duplication of the exif bar's text is needed */
31
32
const gchar **bar_exif_key_list;
33
const gint bar_exif_key_count;
34
GList *bar_pane_exif_list();
31
GList *bar_pane_exif_list();
35
32
36
#endif
33
#endif
(-)a/src/options.c (+3 lines)
Lines 32-37 Link Here
32
#include "ui_fileops.h"
32
#include "ui_fileops.h"
33
#include "window.h"
33
#include "window.h"
34
34
35
ConfOptions *options;
36
CommandLine *command_line;
37
35
ConfOptions *init_options(ConfOptions *options)
38
ConfOptions *init_options(ConfOptions *options)
36
{
39
{
37
	gint i;
40
	gint i;
(-)a/src/options.h (-3 / +2 lines)
Lines 329-336 struct _ConfOptions Link Here
329
	GList *disabled_plugins;
329
	GList *disabled_plugins;
330
};
330
};
331
331
332
ConfOptions *options;
332
extern ConfOptions *options;
333
CommandLine *command_line;
333
extern CommandLine *command_line;
334
334
335
ConfOptions *init_options(ConfOptions *options);
335
ConfOptions *init_options(ConfOptions *options);
336
void setup_default_options(ConfOptions *options);
336
void setup_default_options(ConfOptions *options);
337
- 

Return to bug 706132