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

(-)mysql-query-browser-1.1.18/mysql-gui-common/source/linux/MCrontab.h.orig (-1 / +1 lines)
Lines 41-47 Link Here
41
  public:
41
  public:
42
    bool find_entry_by_comment(const std::string &comment, Entry &entry);
42
    bool find_entry_by_comment(const std::string &comment, Entry &entry);
43
43
44
    bool MCrontab::remove_entry_with_comment(const std::string &comment,
44
    bool remove_entry_with_comment(const std::string &comment,
45
                                             const std::string &command="");
45
                                             const std::string &command="");
46
    
46
    
47
    void add_entry(Entry &entry, const std::string &comment);
47
    void add_entry(Entry &entry, const std::string &comment);
(-)mysql-query-browser-1.1.18/mysql-gui-common/source/linux/MGPreferences.h.orig (-1 / +1 lines)
Lines 40-46 Link Here
40
    virtual MYX_APPLICATION_OPTIONS *prepare_options()= 0;
40
    virtual MYX_APPLICATION_OPTIONS *prepare_options()= 0;
41
41
42
    const char *find_value(MYX_OPTION_GROUP *group, const char *name);
42
    const char *find_value(MYX_OPTION_GROUP *group, const char *name);
43
    std::list<const char *>MGOptions::find_values(MYX_OPTION_GROUP *group, const char *name);
43
    std::list<const char *> find_values(MYX_OPTION_GROUP *group, const char *name);
44
44
45
    void add_group(MYX_APPLICATION_OPTIONS *options, const char *name,
45
    void add_group(MYX_APPLICATION_OPTIONS *options, const char *name,
46
                   const std::list<ValuePair> &values);
46
                   const std::list<ValuePair> &values);
(-)./mysql-administrator/source/linux/MDataInterface.h (-1 / +1 lines)
Lines 84-90 Link Here
84
84
85
    MYX_SCHEMA_TABLE_STATUS *get_schema_table_status(const Glib::ustring &catalog_name,
85
    MYX_SCHEMA_TABLE_STATUS *get_schema_table_status(const Glib::ustring &catalog_name,
86
                                                     const Glib::ustring &schema_name);
86
                                                     const Glib::ustring &schema_name);
87
    MYX_SCHEMA_ENTITY_STATUS *MDataInterface::get_schema_entity_status(
87
    MYX_SCHEMA_ENTITY_STATUS *get_schema_entity_status(
88
                                                const Glib::ustring &catalog_name,
88
                                                const Glib::ustring &catalog_name,
89
                                                const Glib::ustring &schema_name);
89
                                                const Glib::ustring &schema_name);
90
90
(-)./mysql-administrator/source/linux/MACatalogsPanel.cc.orig (-1 / +1 lines)
Lines 67-73 Link Here
67
    }
67
    }
68
    
68
    
69
  protected:    
69
  protected:    
70
    void CellRendererProgress::render_vfunc(const Glib::RefPtr<Gdk::Window>& window,
70
    void render_vfunc(const Glib::RefPtr<Gdk::Window>& window,
71
                                              Gtk::Widget& widget,
71
                                              Gtk::Widget& widget,
72
                                              const Gdk::Rectangle& bg_area,
72
                                              const Gdk::Rectangle& bg_area,
73
                                              const Gdk::Rectangle& cell_area,
73
                                              const Gdk::Rectangle& cell_area,

Return to bug 129287