]> www.fi.muni.cz Git - evince.git/blobdiff - libmisc/ev-page-action.c
[l10n]Fixes on Catalan translation
[evince.git] / libmisc / ev-page-action.c
index 6c3635194e3559f87fcb560613f72c1a292373a5..ff1f9feeffdddeb0aa729763e21e48654e443954 100644 (file)
@@ -14,7 +14,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.
  *
  */
 
@@ -121,7 +121,6 @@ ev_page_action_set_property (GObject      *object,
                             GParamSpec   *pspec)
 {
        EvPageAction *page = EV_PAGE_ACTION (object);
-       GtkTreeModel *model;
 
        switch (prop_id)
        {
@@ -194,7 +193,7 @@ ev_page_action_grab_focus (EvPageAction *page_action)
 
                proxy = EV_PAGE_ACTION_WIDGET (proxies->data);
 
-               if (GTK_WIDGET_MAPPED (GTK_WIDGET (proxy)))
+               if (gtk_widget_get_mapped (GTK_WIDGET (proxy)))
                        ev_page_action_widget_grab_focus (proxy);
        }
 }