X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-message-area.h;h=953a7442edee16e1573cf2d72b056510426ab3c9;hb=cb55d59b7122e8d06f75c5318910b1b8113d3aac;hp=74f99a84262af331407eb4427afba6ce1456f2e3;hpb=1734b2d39ff490f6d4d58c1077fc2ac671cd3aca;p=evince.git diff --git a/shell/ev-message-area.h b/shell/ev-message-area.h index 74f99a84..953a7442 100644 --- a/shell/ev-message-area.h +++ b/shell/ev-message-area.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef EV_MESSAGE_AREA_H @@ -26,8 +26,6 @@ #include -#include "evinfobar.h" - G_BEGIN_DECLS #define EV_TYPE_MESSAGE_AREA (ev_message_area_get_type ()) @@ -42,14 +40,14 @@ typedef struct _EvMessageAreaClass EvMessageAreaClass; typedef struct _EvMessageAreaPrivate EvMessageAreaPrivate; struct _EvMessageArea { - EvInfoBar parent_instance; + GtkInfoBar parent_instance; /*< private >*/ EvMessageAreaPrivate *priv; }; struct _EvMessageAreaClass { - EvInfoBarClass parent_class; + GtkInfoBarClass parent_class; }; GType ev_message_area_get_type (void) G_GNUC_CONST;