"open image with" function



Hi guys!

Now I'm working with the correct eog-ng branch :).

So, browsing the todo list[1], I think that "open image with" function
is something that i can do (with your friendly help :-). Reading the bug
report[2], i think the "Open with" submenu is the right way to implement
this. 

I find the "action_entries_window" array in eog-window.c file. I try
adding this line

	{ "FileOpenWith", GTK_STOCK_OPEN, N_("Open _with"), NULL,
	  N_("Open with other application"),
	  G_CALLBACK (eog_window_cmd_file_open) }, 

there's no error in compilation but the option doesn't appear in the
menu. ¿Can be that I'm using a Spanish gnome version?. I found this
lines in the es.po file 

	#: ../shell/eog-window.c:3265
	msgid "_Open..."
	msgstr "_Abrir…"

but i can't find the line 3265 in eog-window.c (it have only 2739 lines)
   
What I'm doing wrong?

Thanks for your help in my basic-learning-love Gnome journey

Rodrigo

[1]http://live.gnome.org/EyeOfGnome/EogNg
[2]http://bugzilla.gnome.org/show_bug.cgi?id=319859#c4




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]